POST api/files/upload
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfimglist| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | imglist |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": {
"imgurl": "sample string 1",
"imgpath": "sample string 2"
}
}
application/xml, text/xml
Sample:
<ApiResultOfimglistAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />