发送短信验证码
POST
/sms/send请求参数
Body 参数application/json
event
enum<string>
事件
枚举值:
registerbindforget_password
phone
string
手机号
country_code
string
国家
示例
{
"event": "bind_phone",
"phone": "13888888888",
"country_code": "cn"
}
示例代码
返回响应
成功(201)
成功(200)
HTTP 状态码: 201
内容格式: JSONapplication/json
数据结构
status
string
必需
message
string
必需
time
integer
必需
示例
{
"status": "string",
"message": "string",
"time": 0
}
最后修改时间: 2 个月前