绑定微信信息
4· 绑定微信信息
请求方式: POST
URL:https://{path}/user/bindWechat
入参:
Type: RequestParam
{
"userId": String 用户ID 必填
"wechatAccount": String 微信账号 必填
"nickname": String 昵称 必填
"tel": String 电话 非必填
"touxiang": MultipartFile 头像 必填
}
出参:
{
"code": "000000",
"message": "SUCCESS",
"time": "2021-12-17T03:19:55.485+0000",
"body": null
}
}