POST api/uploadfile/uploadimg
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AjaxDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Msg | string |
None. |
|
| Code | integer |
None. |
|
| IsSuccess | boolean |
None. |
|
| Data | Object |
None. |
|
| Extend | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Msg": "sample string 1",
"Code": 2,
"IsSuccess": false,
"Data": {},
"Extend": {}
}
application/xml, text/xml
Sample:
<AjaxDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TP.Core.Dtos"> <Code>2</Code> <Data /> <Extend /> <Msg>sample string 1</Msg> </AjaxDto>