个人设置-修改密码
接口地址:/customer/modifycode
参数:
返回格式:
{
"code": 1,
"data": {
},
"msg": "success"
}
参数不合规时:
{
"code": 1,
"data": {
},
"msg": "长度不能小于6位"
}Last updated
Was this helpful?