FanXiaoyu преди 6 години
родител
ревизия
d7d4522149
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  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"
+        ]
+    }