Commit dd668db1 authored by 李增强's avatar 李增强

m

parent b89ad458
......@@ -213,7 +213,7 @@ class QMTJ {
};
return project;
}).toList();
print({"project": json.encode(list)});
_http.post("/collection", {"project": json.encode(list)}).then(
(value) async {
if (isDebug) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment