检查是否可以申请成为渠道商
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/org/check-apply</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></li>
</ul>
<p><strong>说明</strong>
要先去小程序开通视频医生才能申请成为渠道商</p>
<p><strong>返回样例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {}
},
&quot;code&quot;: 0
}
{
&quot;msg&quot;: &quot;开通视频医生才能申请成为渠道商&quot;,
&quot;data&quot;: {}
},
&quot;code&quot;: 1
}
</code></pre>