POST api/customer/userIsBindWx?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
根据用户Id判断用户是否已经绑定微信
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key | string |
None. |
|
| access_token | string |
None. |
|
| timestamp | string |
None. |
|
| sign | string |
None. |
|
| bm_param | string |
None. |
Body Parameters
openIdModel
UserUnionIdInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
用户Id |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"<UserId>k__BackingField": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |