绑定邮箱(用户已是登录状态)
POST
/sapi/sysuser/authing/email
用户与角色
请求参数
Header 参数
Cookie
string
可选
Body 参数application/json
email
string
邮箱
code
string
验证码
state
number
必需
示例
{
"email": "string",
"code": "string",
"state": 0
}
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}