会员积分
<p><strong>简要描述:</strong> </p>
<ul>
<li>用户积分</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li>` <a href="http://xx.com/api/user/user/get-user-intergal">http://xx.com/api/user/user/get-user-intergal</a></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>
</tbody>
</table>
<p><strong>返回示例</strong>
{
'code':600
'msg':"获取成功"
'result':{
user: {},
gift:[
0:{
gift_integral:"1000"//所需积分
gift_name:"七星彩1注"//礼品名称
gift_picture:"/lottery_images/170704093143_ico_qixingcai.png"//礼品图片
gift_remark:null//礼品备注
}
]
user:{
agent_code:"GL888888"//会员所属上级
level_name:"普通会员"//会员等级名称
user_integral:"36000"//会员积分
user_name:"18950475114"//会员名称
user_pic:null//会员头像
}</p>
<p><strong>返回参数说明</strong> </p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>