简要描述:

  • 操作端登录

请求URL:

POST/wapapi/addons/anticounterfeiting/operator/forgetPassword

参数:

参数名 是否必须 类型 说明
mobile int 电话号码
verification_code string 验证码
password string 密码

返回示例:

正确时返回:

{
	"code": 1,
	"message": "修改成功",
}