绑卡查询
<p>绑卡查询
<strong>请求URL:</strong> </p>
<ul>
<li><code>http://www.zhidianbao.cn/qs_wxy/api/canteen/query_pinganbank_action.html</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;">chargetype</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>22</td>
</tr>
<tr>
<td style="text-align: left;">personid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>学生id或者家长id</td>
</tr>
<tr>
<td style="text-align: left;">accountid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">String</td>
<td>accountid 和 personid 不能同时为空</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{"type":"0","title":"","content":"","data":"{\"curTime\":\"2020-11-10 14:08:15\",\"errmsg\":\"sucess\",\"retObj\":{"accountList":[{"thirdAcctOverdraftFlag":"0","activeStatus":"0","accountType":"3",
"accountNo":"6222985107935398","mobileNo":"137****7473",
"bindcardList":[{"bankName":"农业银行","bindCardNo":"6212828888888888881"}],"status":"0"}],"responseMsg":"success","responseCode":"000000"},"trackid":"1262874883252027392"}
</code></pre>