GET api/accounts/CheckVerifyCode?MobileTel={MobileTel}&Verifycode={Verifycode}&SmsType={SmsType}&IsChangeMobile={IsChangeMobile}
校验验证码是否一致
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| MobileTel | 手机号 |
Define this parameter in the request URI. |
| Verifycode | 验证码 |
Define this parameter in the request URI. |
| SmsType | 短信类别 |
Define this parameter in the request URI. |
| IsChangeMobile | 是否是更改手机号(1为是,0为不是) |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"Code": "sample string 2",
"Message": "sample string 3",
"Data": null
}
application/xml, text/xml
Sample:
<JsonMessage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.Utilities"> <Code>sample string 2</Code> <Data i:nil="true" /> <Message>sample string 3</Message> <Success>true</Success> </JsonMessage>