Quellcode durchsuchen

数据迁移 接口文档 增加日志删除接口 物理删除

lvxianyun vor 2 Jahren
Ursprung
Commit
7d301fffcb
1 geänderte Dateien mit 23 neuen und 4 gelöschten Zeilen
  1. 23 4
      docs/migrate/migrate_api.md

+ 23 - 4
docs/migrate/migrate_api.md

@@ -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'"
 }
 ```