名称:邮箱换绑
/merchant/Merchant/EmailEdit
请求方式:post
参数名 | 类型 | 必填 | 说明 | 示例 |
---|---|---|---|---|
string | Y | 邮箱 | 12346@qq.com | |
verifycode | string | Y | 手机验证码 | 123456 |
password | string | Y | 密码 | 123456 |
说明
1.此方法需要登录
2.verifycode通过换绑邮箱获取验证码接口获取
返回示例
{
"code": 200,
"message": "换绑成功",
"result": []
}