GET api/v1/WxUser/GetBindUserInfo?openId={openId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| openId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfBindUserInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | BindUserInfoDTO |
None. |
|
| Message | string |
None. |
|
| Code | EResponseCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ID": 1,
"WxPhone": "sample string 2",
"WxOpenId": "sample string 3",
"WxHeadUrl": "sample string 4",
"WxNickName": "sample string 5",
"Province": "sample string 6",
"City": "sample string 7",
"Gender": 8
},
"Message": "sample string 1",
"Code": 0
}