查询天天车宝用户的推广人信息
<p><strong>简要描述:</strong> </p>
<ul>
<li>查询天天车宝用户的推广人信息</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>/ttcb/recommender/info</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>get</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;">userId</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">int</td>
<td>用户id</td>
</tr>
</tbody>
</table>
<pre><code>{
"code": 200,
"data": {
"id": 1,
"userId": 919,
"recommenderUserType": 10009001, //直推用户类型 :10009001普通用户,10009002车服商,10009003云合伙人
"recommenderMobile": "17380047933", //直推手机号
"address": "车陆行汽修(山东省德州市齐河县晏城街道三中家园南38米)", //门店地址
"storename": "车陆行汽车维修保养",//门店名称
"mobile": "15963397678", //门店联系电话
"loginMobile": "15963397678",
"provinceCode": 370000,
"provincename": "山东",//省
"cityCode": 371400,
"cityName": "德州市",//市
"districtCode": 371425,
"districtName": "齐河县",//区/县
"latitude": 36.788239,//纬度
"longitude": 116.766422,//经度
"createTime": "2023-01-10T10:13:26.000+0000",
"updateTime": null
},
"message": "success"
}
</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>