POST api/user/mini/auth/login
【用户端】【小程序】获取微信信息
Request Information
URI Parameters
None.
Body Parameters
CodeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| code |
验证码 |
string |
Required String length: inclusive between 9 and 500 |
Request Formats
application/json, text/json
Sample:
{
"code": "sample string 1"
}
Response Information
Resource Description
【用户端】【小程序】获取微信信息
MyResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"data": {}
}