POST api/toubaomini/tellogin
Request Information
URI Parameters
None.
Body Parameters
MiniTelLogin| Name | Description | Type | Additional information |
|---|---|---|---|
| OpenId | string |
None. |
|
| ClientTp | integer |
None. |
|
| Tel | string |
None. |
|
| SmsCode | string |
None. |
|
| Ip | integer |
None. |
|
| Img | string |
None. |
|
| RName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"OpenId": "sample string 1",
"ClientTp": 2,
"Tel": "sample string 3",
"SmsCode": "sample string 4",
"Ip": 5,
"Img": "sample string 6",
"RName": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}