导入卡密
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/admin-api/video-doctor/import</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</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;">items</td>
<td style="text-align: left;"></td>
<td style="text-align: left;">array</td>
<td>导入数据列表</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;items&quot;: [
{
&quot;card_no&quot;: &quot;123&quot;,//卡号
&quot;card_pwd&quot;: &quot;321&quot;//密码
}
]
}</code></pre>