获取机构账号基本信息
<p>[TOC]</p>
<h3>获取机构账号基本信息</h3>
<h5>描述</h5>
<ul>
<li>获取机构账号基本信息</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/conferinfo</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;BaseResp&quot;: {
&quot;StatusCode&quot;: 0,
&quot;StatusMessage&quot;: &quot;string&quot;
},
&quot;can_apply_star_mcn&quot;: false,
&quot;main_part_name&quot;: &quot;string&quot;,
&quot;mcn_id&quot;: 0,
&quot;mcn_name&quot;: &quot;xxxxxx&quot;,
&quot;mcn_stat&quot;: {
&quot;total_count&quot;: 2,
&quot;total_fans_count&quot;: 379,
&quot;total_like_count&quot;: 1154,
&quot;total_play_count&quot;: 286210
},
&quot;star_status&quot;: 0,
&quot;status_code&quot;: 0,
&quot;status_msg&quot;: &quot;string&quot;
}</code></pre>