POST api/Account/bindWx
微信绑定
Request Information
URI Parameters
None.
Body Parameters
BindWxModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
用户Id |
integer |
None. |
| Code |
微信code |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"Code": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
微信绑定
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.