文档
测试

会员详情

POST
https://api.chinartn.cn/api.php?s=/member/getMemberDetail

接口描述

获取用户详情

响应参数说明

```json { "code": 0, "message": "success", "data": { "uid": 5, "member_name": "ly_beta",// 会员名 "member_level": 47, "memo": null, "reg_time": 1572502314, // 注册时间 "user_info": { "uid": 5, "instance_id": 0, "user_name": "ly_beta", "user_password": "e10adc3949ba59abbe56e057f20f883e", "user_status": 1, "user_headimg": "", // 会员头像 "is_system": 0, "is_member": 1, "user_tel": "17636156521", 手机号 "user_tel_bind": 0, "user_qq": "", "qq_openid": "", "qq_info": "", "user_email": "", "user_email_bind": 0, "wx_openid": "", "wx_is_sub": 0, "wx_info": "", "other_info": "", "current_login_ip": "127.0.0.1", "current_login_type": 1, "last_login_ip": "", "last_login_type": 0, "login_num": 1, "face_img": "", "back_img": "", "real_name": "", // 真实姓名 "id_num": "", // 身份证号 "id_json": "", "sex": 0, "location": "", "nick_name": "ly_beta", "wx_unionid": "", "qrcode_template_id": 0, "wx_sub_time": 0, "wx_notsub_time": 0, "reg_time": 1572502314, "current_login_time": 1572502314, "last_login_time": 0, "birthday": 0, "auth_img": "" }, "point": 0, "balance": 0, "coin": 0, "bail_money": 0, //保证金金额 "freeze_bail_money": 0, //冻结金额 "shop_bail_money": 0, //店铺保证金金额 "level_name": "普通会员" }, "title": "获取会员详细信息" } ```