Skip to the content.

返回

CommonController

系统统一上传接口.

组件路径:

阿里云OSS转换到本地接口

请求示例: ```http request POST /sys/common/transferOssToLocal HTTP/1.1 Host: 127.0.0.1 Content-Type: application/json X-Access-Token: xxx

[ { “tableName”: “deal_service_gsba”, “idField”: “id”, “fields”: [ “lxpfwj_file”, “kcpfwj_file” ], “fieldTypes”: [ “varchar”, “varchar” ], “page”: 1, “pageSize”: 2, “limitMb”: 1, “bizPath”: “gsba”, “deleteSource”: false, “endpoint”: null, “accessKeyId”: null, “accessKeySecret”: null, “bucketName”: null }, { “tableName”: “technical_file”, “idField”: “id”, “fields”: [ “oss_file” ], “fieldTypes”: [ “json” ], “jsonPaths”: [ “url” ], “page”: 1, “pageSize”: 5, “limitMb”: 1, “bizPath”: “technical”, “deleteSource”: false, “endpoint”: null, “accessKeyId”: null, “accessKeySecret”: null, “bucketName”: null } ] ```

修改历史: