机构购买的视频医生cdkey
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/account/video-cdkey</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></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;">page_num</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>页码</td>
</tr>
<tr>
<td style="text-align: left;">limit_size</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">int</td>
<td>每页记录数</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code class="language-json">{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;total&quot;: 1,
&quot;per_page&quot;: 10,
&quot;current_page&quot;: 1,
&quot;last_page&quot;: 1,
&quot;data&quot;: [
{
&quot;id&quot;: 208,
&quot;user_uid&quot;: &quot;&quot;,
&quot;cdkey&quot;: &quot;FE82EF&quot;,
&quot;order_no&quot;: &quot;250405502810001&quot;,
&quot;use_switch&quot;: 0, //是否已使用0未使用1已使用
&quot;is_exempt&quot;: 0,
&quot;use_timestamp&quot;: 0, //使用时间
&quot;owner_user_uid&quot;: &quot;05f2ffe675004fc7a79a5a8c6256039e&quot;,
&quot;org_card&quot;: 1,
&quot;create_datetime&quot;: &quot;2025-04-05 14:18:49&quot;,
&quot;update_datetime&quot;: &quot;2025-04-05 14:50:00&quot;
}
]
},
&quot;code&quot;: 0
}
</code></pre>
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=4013197f8cb7ad53ef2204c277e1af4d&amp;file=file.png" alt="" /></p>