发送验证码
POST
/auth/verifyCode请求参数
Body 参数application/json
email
string
邮箱
示例
{
"email": "string"
}
示例代码
返回响应
OK(200)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
状态码
message
string
错误信息
data
object
数据
示例
{
"code": 0,
"message": "string",
"data": {}
}
最后修改时间: 5 个月前