电子班牌


接收读卡器读卡数据

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>接收读卡器读卡数据</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://serviceAddress/card/mediaCard/receivedCardInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST</li> </ul> <h5>参数</h5> <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;">cardNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>原始卡号</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;code&amp;quot;: 200, &amp;quot;flag&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;&amp;quot;, &amp;quot;data&amp;quot;:{} } ##### 返回参数说明 |参数名|类型|说明| |:----- |:-----|-----| |code |int |code == 200时,说明接口http 请求成功,非200的情况说明http请求失败,此时flag必定=false| |msg|String |返回消息,如果flag = false,则msg 返回错误信息 | |flag |boolean |除了code =200之外,还要根据flag,判断此接口定义接口业务调用是否成功: true 成功时返回msg,false 失败时返回msg | ##### 备注 - 更多返回错误代码请看首页的错误代码描述</code></pre>

页面列表

ITEM_HTML