FanXiaoyu 6 anni fa
parent
commit
d7d4522149
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      src/main/resources/documentation.md

+ 13 - 0
src/main/resources/documentation.md

@@ -198,3 +198,16 @@ post体:
         "result":"failure",
         "resultMsg":"***"
     }
+
+##按项目更新资产统计数据
+
+    http://<host>:<port>/venders-dp/project/sync
+
+post体:
+
+    {
+        "project":[
+            "Pj1101080001",
+            "Pj1101080002"
+        ]
+    }