curl --location 'api.pre-qiandun365.com/api/open/file/batch/upload' \ --header 'Content-Type: application/json' \ --data '{ "files": [ { "fileName": "string", "fileBase64": "string", "fileUrl": "string" } ] }'
{ "code": "string", "msg": "string", "result": { "fileCode": "string", "fileName": "string", "fileKey": "string", "fileViewUrl": "string" }, "logKey": "string", "ts": 0, "success": true }