POST api/Upload/Update

Request Information

URI Parameters

None.

Body Parameters

Object

None.

Request Formats

application/json, text/json

Sample:
{}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Object'.

Response Information

Resource Description

AcResultSmall
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

data

Object

None.

state

integer

None.

success

boolean

None.

token

string

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 200,
  "message": "操作成功",
  "data": {},
  "state": 1,
  "success": true,
  "token": "sample string 6"
}