检测机构子账号登录状态
<p>[TOC]</p>
<h3>检测机构子账号登录状态</h3>
<h5>描述</h5>
<ul>
<li>抖音机构账号登录子账号COOKIE是否有效</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/checkconfer</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>
</tbody>
</table>
<h5>响应示例</h5>
<pre><code>{
&quot;status_code&quot;: 0,
&quot;extra&quot;: {
&quot;now&quot;: 1719132898000
},
&quot;status_msg&quot;: &quot;string&quot;,
&quot;confer_cookie_valid&quot;: true,
&quot;permission_valid&quot;: true
}</code></pre>