소스 검색

接口文档

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