POST User/UpdateFamilyDetailHeadImg
更新用户头像
Request Information
URI Parameters
None.
Body Parameters
UpdateHeadImgPars| Name | Description | Type | Additional information |
|---|---|---|---|
| fdid |
需要更新成员的id |
integer |
None. |
| headimg |
头像url |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "200",
"data": {
"fdid": 1,
"headimg": "sample string 2"
},
"msg": null
}
application/xml, text/xml
Sample:
<UpdateHeadImgPars xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HL.Basis.Web.Models.Parameter"> <fdid>1</fdid> <headimg>sample string 2</headimg> </UpdateHeadImgPars>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
更新用户头像
stringResponse Formats
application/json, text/json
Sample:
{
"code": "200",
"data": "sample string 1",
"msg": null
}
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>