ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 发送短信验证码 ~~~[api] post:/index/Login/sendSmsCode *string:phone#手机号码 <<< success { "code": 0, "msg": "发送成功" } <<< error { "code": 1, "msg": "手机号码格式不正确" } <<< error { "code": 1, "msg": "一分钟内容只能发送一次" } ~~~