√合作伙伴入驻查询状态
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://gaokao.douyinhot.com/api.html</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;">method</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>死值:user.is_apply</td>
</tr>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td></td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{//查询用户是否入驻合作伙伴,如果已经入驻返回已审核,未入驻则进行入驻
"status": true,
"data": {
"status":'1',//是否通过验证 1 审核中 2 审核成功 3 审核失败
"is_go_reason":未通过原因//我是未通过原因
"is_type": 0,
"id_card_apply": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_08_15863306115e8d7bf4048e9.jpg",
"id_card_img_on_apply": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_08_15863306115e8d7bf4048e9.jpg",
"id_card_img_under_apply": "http://gaokaoimg.douyinhot.com/_static_uploads_images_2020_04_08_15863306115e8d7bf4048e9.jpg",
"addr": "",
"realname": "真实姓名123",
"id_card": "130925199802085031",
"email": "1334565844@qq.com",
"mobile_apply": "",
"qiye_name": ""
},
"msg": "已审核"
}</code></pre>