获取会员详情
<p><strong>简要描述:</strong> </p>
<ul>
<li>获取会员详情接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://xx.com/api/user/user/get-user-detail</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户 token</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code> {
"code": 600,
"msg": "获取成功",
"result": {
"code": 600,
"msg": "获取成功",
"data": {
"user_name": "IL0000001", // 会员名称
"user_tel": "15860332621",// 手机号
"user_pic": null,//会员头像
"cust_no": "IL0000001",//会员编号
"authen_status": "0",//认证状态 0:未认证 1:认证成功 2:待审核 3:审核失败
"user_type": "1",//会员类型:1:普通用户;2:门店店主;3:操作员
"level_name": "初出茅庐", // 会员等级
"limit_lottery": "0", // 是否限制购彩 0:不限制 1:限制
"user_land": 0, //定位地址
"last_login": null,//上次登录时间
"all_funds": "0.00",// 总金额
"able_funds": "0.00",//可用金额
"ice_funds": "0.00",//冻结金额
"no_withdraw": "0.00",// 不可提现金额
"business_status": null,// 营业状态
"cert_status": 1,//门店审核状态 认证状态 1、未认证 2、审核中 3、已通过 4、未通过
"store_type": null,//门店类型 0: 未知 1:个体自营店;2:个体转让店;3:咕啦自营店 4:贵人鸟加盟店
"store_status": null,//使用状态 1、启用 2、禁用 3、更换运营者
"lottery_funds": "0.00",//购彩余额
"user_integral": "0",//会员积分
"is_follow": "0",//是否绑定门店 0:未绑定 1:已绑定
"follow_code": "",// 绑定门店
"withdraw_funds": "0.00",// 可提现余额
"authen_status_name": "未认证", // 实名认证状态
"rechargeType": 3 // 充值方式
}
}
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">groupid</td>
<td style="text-align: left;">int</td>
<td>用户组id,1:超级管理员;2:普通用户</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>