绑定/换绑邮箱
POST
/user/bind_email请求参数
Body 参数application/json
email
string
邮箱
code
string
邮件验证码
示例
{
"email": "m.ifinwuxgax@vcfcyh.pf",
"code": "123456"
}
示例代码
返回响应
成功(201)
HTTP 状态码: 201
内容格式: JSONapplication/json
数据结构
status
string
必需
message
string
必需
time
integer
必需
示例
未设置
最后修改时间: 1 个月前