查看-邀请记录
<h5>简要描述</h5>
<ul>
<li>查看-邀请记录</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/user/commissionList</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>get </li>
</ul>
<h5>参数</h5>
<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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"total": 6,
"code": 200,
"data": [
{
"recharge_amount": 99.0, //充值金额
"gender": 0, //性别
"create_time": "2021-10-18T08:47:05.000+0000", //注册时间
"nick_name": "张三", //用户昵称
"mobile": "17600132701", //用户账号
"commission": 49.5, //佣金奖励
"state": 6, //用户状态
"type": 1 //1 会员收益 2 充值收益
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>