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

m

parent b89ad458
...@@ -213,7 +213,7 @@ class QMTJ { ...@@ -213,7 +213,7 @@ class QMTJ {
}; };
return project; return project;
}).toList(); }).toList();
print({"project": json.encode(list)});
_http.post("/collection", {"project": json.encode(list)}).then( _http.post("/collection", {"project": json.encode(list)}).then(
(value) async { (value) async {
if (isDebug) { 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