团队成员
<h5>简要描述</h5>
<ul>
<li>团队成员</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://app-test-api.uncar.top/team/teamList</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;">state</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>用户状态</td>
</tr>
<tr>
<td style="text-align: left;">startTime</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">date</td>
<td>开始时间</td>
</tr>
<tr>
<td style="text-align: left;">endTime</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">date</td>
<td>结束时间</td>
</tr>
</tbody>
</table>
<h5>返回示例</h5>
<pre><code>{
"total": 2,
"code": 200,
"data": [
{
"id": 182,
"mobile": "17335792268",
"nickName": "测试2",
"userNo": 202104147187,
"state": 6,
"province": "四川省",
"city": "成都市",
"district": null,
"headImg": "https://thirdwx.qlogo.cn/mmopen/vi_32/bibQrBIwfRjGYVFMrsvOe42POXmPvAMKibZvhjjxuibPuDsuibIOVO7vOf8mcjUnwjeR1fJQHy1SaRCdzAdceTb4Yg/132",
"carCount": 1,
"createTime": "2021-04-15T09:22:52.000+0000",
"vipFee": 0.0,
"payType": null,
"payTime": null,
"comeFrom": 4,
"inviteUserId": 328,
"inviteType": 1,
"appId": "ohaNq5xLzPyXccmwuwhOXRSv3G9M",
"gender": 2,
"totalReward": 0.0,
"password": "LXNd/z1cVLYHtTMNFADv7A==",
"companyId": 1,
"appFirstLoginTime": "2021-05-31T03:07:04.000+0000",
"contractType": 10000,
"invitationCode": "uk67c6",
"uInvitationCode": "uotfau",
"vipType": 1,
"vipExpiredTime": "2023-03-22T03:00:00.000+0000",
"isTeamLeader": 0,
"teamTime": null,
"teamLeaderId": 0,
"ocId": 3,
"ocBelongType": 0,
"userRelation": "_328_874_813_",
"balance": null,
"timeFormat": null,
"inviteUserNickName": null,
"inviteUserMobile": null
}
],
"pageSize": 20,
"message": "success",
"currentPage": 1
}</code></pre>