POST api/Mobile/Login?mac={mac}&mobile={mobile}&verificationCode={verificationCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mac | string |
Required |
|
| mobile | string |
Required |
|
| verificationCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
JsonResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| msg | string |
None. |
|
| Response | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": 1,
"msg": "sample string 2",
"Response": "sample string 3"
}