POST xuner/file/saveFile
图片上传
请求信息
URI 参数
无。
Body 参数
fileRequest| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| txtFileUpload_Id | string |
无。 |
|
| txtFileUpload_UserId | string |
无。 |
|
| txtFileUpload_Domain | string |
无。 |
|
| txtFileUpload_Name | string |
无。 |
|
| txtFileUpload | string |
无。 |
请求格式
application/json, text/json
样例:
{
"txtFileUpload_Id": "",
"txtFileUpload_UserId": "",
"txtFileUpload_Domain": "",
"txtFileUpload_Name": "",
"txtFileUpload": ""
}
响应信息
资源描述
图片上传
gSocResponseOfFileUploadResult| 名称 | 描述 | 类型 | 附加信息 |
|---|---|---|---|
| data | FileUploadResult |
无。 |
|
| req | string |
无。 |
|
| msg | string |
无。 |
|
| code | integer |
无。 |
响应格式
application/json, text/json
样例:
{
"data": {
"Success": false,
"Message": "",
"StoreFilePath": "",
"Id": "00000000-0000-0000-0000-000000000000"
},
"req": "",
"msg": "",
"code": 0
}