简要描述:
- 系统发送验证码
请求URL:
- /api/message/send
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
phoneNumber | 是 | string | 手机号码 |
type | 是 | string | Register注册,SetPassword密码重置 |
zone | 是 | string | 国际区号 |
入参示例:
{
"phoneNumber": "string",
"type": "register",
"zone": "string"
}
返回示例:
正确时返回:
{
"code": 200,
"success": true,
"message": null,
"result": true
}
错误时返回:
返回参数说明:
Data数据说明
参数名 | 类型 | 说明 |
---|---|---|
result | bool | true发送成功 |
备注:
-