POST Api/Member/setImageNickName
Request Information
URI Parameters
None.
Body Parameters
WxFanDto| Name | Description | Type | Additional information |
|---|---|---|---|
| WxId | globally unique identifier |
None. |
|
| WxOpenId | string |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| WxNickName | string |
None. |
|
| WxSex | string |
None. |
|
| WxCountry | string |
None. |
|
| WxProvince | string |
None. |
|
| WxCity | string |
None. |
|
| WxHeadimgurl | string |
None. |
|
| WxStatus | string |
None. |
|
| WxCreateTime | date |
None. |
|
| WxUpdateTime | date |
None. |
|
| WxUnionid | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WxId": "cd93c45a-38ee-41fe-961e-302ec20616c8",
"WxOpenId": "sample string 2",
"MemberId": "c52d8faa-ae50-4f3f-ab96-9e2c94db16ff",
"WxNickName": "sample string 3",
"WxSex": "sample string 4",
"WxCountry": "sample string 5",
"WxProvince": "sample string 6",
"WxCity": "sample string 7",
"WxHeadimgurl": "sample string 8",
"WxStatus": "sample string 9",
"WxCreateTime": "2026-03-02T19:53:21.3864414+08:00",
"WxUpdateTime": "2026-03-02T19:53:21.3864414+08:00",
"WxUnionid": "sample string 10"
}
application/xml, text/xml
Sample:
<WxFanDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <MemberId>c52d8faa-ae50-4f3f-ab96-9e2c94db16ff</MemberId> <WxCity>sample string 7</WxCity> <WxCountry>sample string 5</WxCountry> <WxCreateTime>2026-03-02T19:53:21.3864414+08:00</WxCreateTime> <WxHeadimgurl>sample string 8</WxHeadimgurl> <WxId>cd93c45a-38ee-41fe-961e-302ec20616c8</WxId> <WxNickName>sample string 3</WxNickName> <WxOpenId>sample string 2</WxOpenId> <WxProvince>sample string 6</WxProvince> <WxSex>sample string 4</WxSex> <WxStatus>sample string 9</WxStatus> <WxUnionid>sample string 10</WxUnionid> <WxUpdateTime>2026-03-02T19:53:21.3864414+08:00</WxUpdateTime> </WxFanDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.