GET API/Account/RegisterSendSMS/{tel}/{type}
发送短信验证码 返回值:{"Status":true,"Message":"","Data":{ Valid = false/true, Message = "参数为空"}}
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| tel | 手机号码 |
Define this parameter in the request URI. |
| type | 0是注册,1是忘记密码 |
Define this parameter in the request URI. |