POST api/v1/WxUser/PostBindUserInfo
Request Information
URI Parameters
None.
Body Parameters
PostRequestOfBindUserInfoDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | BindUserInfoDTO |
None. |
|
| OperaterID | integer |
None. |
|
| Operater | string |
None. |
|
| RoleCode | integer |
None. |
Request 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
},
"OperaterID": 1,
"Operater": "sample string 2",
"RoleCode": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
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
}