多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## app当前账号绑定第三方用户 /** * 手机绑定微信,根据用户的微信code * @http get * @param string $code 微信给的码 具体见文档 * @datetime 2017-07-21T17:13:53+0800 * @author 韩文博 */ +++ post:/User/accountBindOpenUser <<< success { "errcode": 0, "errmsg": "操作成功", "data": { "id": 102, "username": "13502176003", "password": "MDAwMDAwMDAwMLK6e6yxprqX", "phone": "13502176003", "nickname": "韩文博", "avatar": "http://mojimall.img-cn-beijing.aliyuncs.com/mojimall/20170214/37951.jpg", "access_token": "a12418fde0a744daf79bb6b2c4ec927c", "role": 0, "status": 1, "register_time": 1470982102, "last_login_time": 1490087512, "last_login_ip": "0.0.0.0", "email": null, "login_times": 291, "sex": 1, "qq": "", "user_type": 4, "invitation_code": "8be8e114", "alipay_account": "hanwen", "alipay_name": "韩文博", "province_id": null, "city_id": null, "area_id": null, "area_info": null, "address": null, "credit": null, "points": 26, "sinainfo": null, "sinaopenid": null, "qqinfo": null, "qq_openid": null, "available_predeposit": "0.00", "freeze_predeposit": "0.00", "last_request_time": null, "last_choose_city": null, "last_longitude": null, "last_latitude": null, "is_online": 0, "invitation_user_id": null, "city": null, "agent_pid": 0, "frozen_points": 0, "wechat_openid": "", "is_recommend": 1, "referee_code": "Ds7E4rBp", "referee": null, "only": null, "wechat_unionid": "", "qq_unionid": null, "message_count": 8, "message_read_count": 8 } } <<< error 这里填写错误的返回码 以此类推,每个状态使用 <<< 分割, 第一行添加状态名称 +++