短信发送
POST
/api/index/sendSms场景码: [101=登录验证码, 102=绑定手机验证码, 103=变更手机验证码, 104=找回登录密码验证码]
请求参数
Body 参数application/json
scene
integer
场景
mobile
integer
电话
示例
{
"scene": 101,
"mobile": 18927154888
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
msg
string
必需
data
array[string]
必需
示例
{
"code": 200,
"msg": "成功",
"data": []
}
最后修改时间: 2 年前