使用激活码
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/video-doctor/activate</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST <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;">cdkey</td>
<td style="text-align: left;">require</td>
<td style="text-align: left;">string</td>
<td>激活码</td>
</tr>
</tbody>
</table>
<p><strong>返回样例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: {
&quot;expiry_timestamp&quot;: 1767084321,//开通成功后返回到期时间
&quot;cdkey&quot;: &quot;ab62fa66286041789db374f3bdcebe89&quot;//视频医生激活码
},
&quot;code&quot;: 0
}</code></pre>