Browse Source

接口文档

FanXiaoyu 6 năm trước cách đây
mục cha
commit
d7d4522149
1 tập tin đã thay đổi với 13 bổ sung0 xóa
  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"
+        ]
+    }