|
@@ -199,6 +199,7 @@ post体:
|
|
"resultMsg":"***"
|
|
"resultMsg":"***"
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+# 统计数据平台数据
|
|
##按项目更新资产统计数据
|
|
##按项目更新资产统计数据
|
|
|
|
|
|
http://<host>:<port>/venders-dp/project/sync
|
|
http://<host>:<port>/venders-dp/project/sync
|
|
@@ -210,4 +211,10 @@ post体:
|
|
"Pj1101080001",
|
|
"Pj1101080001",
|
|
"Pj1101080002"
|
|
"Pj1101080002"
|
|
]
|
|
]
|
|
- }
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+##更新所有项目资产统计数据
|
|
|
|
+
|
|
|
|
+ http://<host>:<port>/venders-dp/project/sync_all
|
|
|
|
+
|
|
|
|
+post方法, 不需要传Post数据:
|