ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
**简要描述:** - 绑定或修改手机号 **请求URL:** - ` /api/user/changeMobile ` **请求方式:** - POST **参数:** |参数名|是否必选|类型|说明| |:----- |:-----|:----- |:----- | |action |是|string | 动作:`change`修改 l `binding`绑定 | |mobile |否,修改时必传|int | 原手机号 | |new_mobile |是|varchar | 新手机号 | |code |是|int | 验证码 | **返回示例** ``` { "code": 1, "show": 0, "msg": "操作成功", "data": { "id": 2, "sn": "16273220", "root": 0, "nickname": "那就蟹黄包吧!", "avatar": "/uploads/user/avatar/7b21198b826517d053ae4f96a627a012.jpeg", "mobile": "13580568670", "level": 0, "group_id": null, "sex": "男", "birthday": null, "user_money": "49602.00", "user_integral": 0, "total_order_amount": "0.13", "total_recharge_amount": "0.00", "account": "", "password": "3c8b96204b639bf3f0d341548cb1b965", "pay_password": null, "salt": "GZYX", "first_leader": 0, "second_leader": 0, "third_leader": 0, "ancestor_relation": null, "is_distribution": 1, "distribution_add_remarks": "很皮哦", "freeze_distribution": 0, "distribution_h5_qr_code": "", "distribution_mnp_qr_code": "", "distribution_app_qr_code": "", "distribution_code": "MLM635", "create_time": "2021-06-08 16:36:40", "update_time": "2021-06-23 14:19:02", "login_time": "2021-06-21 15:31:12", "login_ip": "172.19.0.1", "disable": 0, "del": 0, "user_growth": 11, "earnings": "148.00", "client": 1, "tag_ids": "", "remark": "" } } ``` **返回参数说明** |参数名|类型|说明| |:----- |:-----|----- | |data |否|object | 用户信息 |