浏览代码

接口文档

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"
+        ]
+    }