二维码接口轮询
<p><strong>简要描述:</strong> </p>
<ul>
<li>二维码接口轮询,</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://open.douyin.com/oauth/check_qrcode/?client_key=aw7tduvjdk1a0x3r&scope=mobile,user_info,video.create,video.data&next=https:%2F%2Fbuyin.jinritemai.com%2Faccount%2Fpage%2Fservice%2Flogin%3F&state=douyin_sso&token=62d09b0422eef1085e0fa2ba5c94e177_lf</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;">token</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td><a href="https://www.showdoc.com.cn/1676128328443271/7887749529622875" title="token由这里获取">token由这里获取</a></td>
</tr>
</tbody>
</table>
<p><strong>未扫码返回示例</strong></p>
<pre><code>{
"data": {
"captcha": "",
"desc_url": "",
"description": "",
"error_code": 0,
"status": "new"
},
"message": "success"
}</code></pre>
<p><strong>扫码成功返回示例</strong></p>
<pre><code>{
"data": {
"captcha": "",
"desc_url": "",
"description": "",
"error_code": 0,
"status": "scanned"
},
"message": "success"
}</code></pre>
<p><strong>扫码确认授权返回示例</strong></p>
<pre><code>{
"data": {
"captcha": "",
"code": "1691e86d33657c9dC3KfGtyHm6KaKDIuiNe6",
"desc_url": "",
"description": "",
"error_code": 0,
"redirect_url": "https://buyin.jinritemai.com/account/page/service/login?code=1691e86d33657c9dC3KfGtyHm6KaKDIuiNe6\u0026state=douyin_sso",
"state": "douyin_sso",
"status": "confirmed"
},
"message": "success"
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">code</td>
<td style="text-align: left;">string</td>
<td>登录唯一码</td>
</tr>
<tr>
<td style="text-align: left;">redirect_url</td>
<td style="text-align: left;">string</td>
<td>授权url</td>
</tr>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>如果提交错误,请添加User_Agent协议头提交,提交后则返回示例等样式json数据
如有问题请@斜飞</li>
</ul>