文档
测试

发送验证码

POST
/api/ems/send

接口描述

无需登录和鉴权

请求参数

参数名
类型
描述
必填
email
string
邮箱地址
必填
event
string
事件名称(注册:register 找回密码:resetpwd)
必填

响应参数

参数名
类型
描述
必填
code
int
状态码
必填
msg
string
返回消息
必填
time
int
时间戳
必填
data
object
数据集合
必填

说明 / 示例

成功 { "code": 1, "msg": "发送成功", "time": "1688820938", "data": null } 失败 { "code": 0, "msg": "发送失败", "time": "1688822828", "data": null }