POST xuner/file/saveFilelist
图片上传
请求信息
URI 参数
无。
Body 参数
fileRequest名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
txtFileUpload_Id | string |
无。 |
|
txtFileUpload_UserId | string |
无。 |
|
txtFileUpload_Domain | string |
无。 |
|
txtFileUpload_Name | string |
无。 |
|
txtFileUpload | string |
无。 |
请求格式
application/json, text/json
样例:
{ "txtFileUpload_Id": "sample string 1", "txtFileUpload_UserId": "sample string 2", "txtFileUpload_Domain": "sample string 3", "txtFileUpload_Name": "sample string 4", "txtFileUpload": "sample string 5" }
响应信息
资源描述
图片上传
gSocResponseOfListOfFileUploadResult名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of FileUploadResult |
无。 |
|
req | string |
无。 |
|
msg | string |
无。 |
|
code | integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "Success": true, "Message": "sample string 2", "StoreFilePath": "sample string 3", "Id": "f8afccb2-c126-4176-a7d8-a841b86a642a" }, { "Success": true, "Message": "sample string 2", "StoreFilePath": "sample string 3", "Id": "f8afccb2-c126-4176-a7d8-a841b86a642a" } ], "req": "sample string 1", "msg": "sample string 2", "code": 3 }