POST api/wxlogin
Request Information
URI Parameters
None.
Body Parameters
WxLoginParam| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| d | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"d": true
}
Response Information
Resource Description
CommonResult| Name | Description | Type | Additional information |
|---|---|---|---|
| errCode | integer |
None. |
|
| errMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"errCode": 1,
"errMsg": "sample string 2"
}