文档
测试

微信注册绑定手机号

POST
/account/wechat/bindMobile

请求参数

参数名
类型
描述
必填
mobile
String
手机号
必填
validateCode
String
手机验证码
必填
code
String
微信授权码
必填

响应参数

参数名
类型
描述
必填
accessToken
String
必填

说明 / 示例

AccountNotFound(1000,"账号不存在"), AccountAlreadyExist(1001,"账号已存在"), IllegalAccount(1002,"当前账号不可用"), AccountAuthFailed(1003,"账号或密码错误"), AccessTokenExpired(1004,"AccessToken已过期"), AccountMobileUnregistered(1005,"该手机号尚未注册"), AccountWeChatError(1006,"获取微信用户信息失败"), AccountWeChatExistError(1007,"该手机号已经绑定微信,请先解绑"), GroupNotFound(1100,"未找到对应组织"), IllegalGroup(1101,"当前组织不可用"),