POST api/User/HeadPortraitUpload
学员头像上传(头像上传成功后,通过Data返回名为“HeadPortraitURL”的头像绝对路径)
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
APIResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Object |
None. |
|
| State | integer |
None. |
|
| Msg |
返回的错误或描述信息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {},
"State": 2,
"Msg": "sample string 3"
}