🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 发送短信验证码 ~~~[api] post:/index/Login/sendSmsCode *string:phone#手机号码 <<< success { "code": 0, "msg": "发送成功" } <<< error { "code": 1, "msg": "手机号码格式不正确" } <<< error { "code": 1, "msg": "一分钟内容只能发送一次" } ~~~