#注册
请求地址 :http://trd.huangguaxiong.com/home/Smsdemo/sendSms?username=18307442432&type=1
请求参数:
| 参数 | 必要 | 注释|
| --- | --- | --- |
| username| 是 | 用户名(必须是手机号) |
| type| 是 | 模板类型 |
验证码发送成功
~~~
{"code":200,"msg":"验证码发送成功"}
~~~
验证码发送失败
~~~
{"code":500,"datas":null,"msg":"验证码发送失败,请重试"}
~~~