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": "6976169a-86c0-48e1-8ab3-670309c1445a"
},
{
"Success": true,
"Message": "sample string 2",
"StoreFilePath": "sample string 3",
"Id": "6976169a-86c0-48e1-8ab3-670309c1445a"
}
],
"req": "sample string 1",
"msg": "sample string 2",
"code": 3
}