|
@@ -48,7 +48,6 @@ POST请求
|
|
|
| ------------ | ---------------- |
|
|
|
| Content-Type | application/json |
|
|
|
| projectId | Pj9909990004(项目id)|
|
|
|
-| groupCode | JDCS(项目集团编码)|
|
|
|
|
|
|
#### RequestBody
|
|
|
```
|
|
@@ -72,7 +71,6 @@ POST请求
|
|
|
| ------------ | ---------------- |
|
|
|
| Content-Type | application/json |
|
|
|
| projectId | Pj9909990004(项目id)|
|
|
|
-| groupCode | JDCS(项目集团编码)|
|
|
|
|
|
|
#### RequestBody
|
|
|
```
|
|
@@ -97,7 +95,6 @@ POST请求
|
|
|
| ------------ | ---------------- |
|
|
|
| Content-Type | application/json |
|
|
|
| projectId | Pj9909990004(项目id)|
|
|
|
-| groupCode | JDCS(项目集团编码)|
|
|
|
|
|
|
#### RequestBody
|
|
|
```
|
|
@@ -105,7 +102,29 @@ POST请求
|
|
|
"order": "lastUpdate asc, objId asc",
|
|
|
"pageNumber": 1,
|
|
|
"pageSize": 15,
|
|
|
-"filters": "projectId='Pj9909990004';sign=2;type='create';objectType='building'"
|
|
|
+"filters": "projectId='Pj9909990004';sign=2;type='create';objectType='building';creationTime='20220125121146'"
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
+#### m20004 迁移数据 日志删除
|
|
|
+##### 接口:
|
|
|
+`http://develop.ysbdtp.com/datacenter/data/migration/deleteLog`
|
|
|
+
|
|
|
+#### 请求方式
|
|
|
+
|
|
|
+POST请求
|
|
|
+
|
|
|
+#### RequestHeader
|
|
|
+
|
|
|
+| key | value |
|
|
|
+| ------------ | ---------------- |
|
|
|
+| Content-Type | application/json |
|
|
|
+| projectId | Pj9909990004(项目id)|
|
|
|
+
|
|
|
+#### RequestBody
|
|
|
+```
|
|
|
+{
|
|
|
+"filters": "projectId='Pj9909990004';sign=2;type='create';tableName='dt_relation';creationTime='20220125121146'"
|
|
|
}
|
|
|
```
|
|
|
|