普通号发起授权机构号
<p>[TOC]</p>
<h3>普通号发起授权机构号</h3>
<h5>描述</h5>
<ul>
<li>抖音普通号发起授权机构号,需要先扫码,然后调用每隔5秒检测扫码结果,进行授权</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>ContentType</h5>
<ul>
<li>application/x-www-form-urlencoded</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>/dy/getConferQrcode</code></li>
</ul>
<h5>请求参数</h5>
<h5>Query Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>apiKey</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>api通信接口密钥</td>
<td></td>
</tr>
</tbody>
</table>
<h5>Body Parameter</h5>
<table>
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必填</th>
<th>最大长度</th>
<th>描述</th>
<th>示例值</th>
</tr>
</thead>
<tbody>
<tr>
<td>ck</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>抖音COOKIE信息</td>
<td></td>
</tr>
<tr>
<td>douyin_uid</td>
<td>string</td>
<td><font color=red>是</font></td>
<td>64</td>
<td>授权机构号</td>
<td></td>
</tr>
</tbody>
</table>
<h5>响应示例</h5>
<pre><code>{
&quot;status_code&quot;: 0,
&quot;data&quot;: {
&quot;app_name&quot;: &quot;抖音&quot;,
&quot;qrcode_index_url&quot;: &quot;https://api.amemv.com/ucenter_web/app/aweme/scan_login/?hide_nav_bar=1&amp;next_url=https%3A%2F%2Fapi.amemv.com%2Fpassport%2Fweb%2Fscan_qrcode%2F&amp;qr_source_aid=2906&amp;token=4894216949eae142276daa0451d1c31a_hl&quot;,
&quot;captcha&quot;: &quot;string&quot;,
&quot;qrcode&quot;: &quot;iVBORw0KGgoAxxxx&quot;,
&quot;desc_url&quot;: &quot;string&quot;,
&quot;description&quot;: &quot;string&quot;,
&quot;expire_time&quot;: 1719132162,
&quot;error_code&quot;: 0,
&quot;web_name&quot;: &quot;抖音&quot;,
&quot;is_frontier&quot;: false,
&quot;token&quot;: &quot;4894216949eae142276daa0451d1c31a_hl&quot;
},
&quot;sec_uid&quot;: &quot;MS4wLjABAAA&quot;,
&quot;sign&quot;: &quot;d9c25d8a-99b0-4f17-af13-f236164c4853&quot;,
&quot;message&quot;: &quot;success&quot;
}</code></pre>