康邦-管理端


导入卡密

<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>{     &amp;quot;items&amp;quot;: [         {             &amp;quot;card_no&amp;quot;: &amp;quot;123&amp;quot;,//卡号             &amp;quot;card_pwd&amp;quot;: &amp;quot;321&amp;quot;//密码         }     ] }</code></pre>

页面列表

ITEM_HTML