usercoin

usercoin


1.18 银行卡编码表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户银行卡编码</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://xx.com/api/user/Systembankcode</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST 或 GET</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;">country_code</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>所属国家代码,传国家货币钱包所属国家代码</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{     "code": 0,     "msg": "success",     "data": [         {             "id": 21,             "bank_code": "MYBB",             "bank_name": "马来西亚国行",             "status": 1,             "remark": null,             "sort": 100,             "country_code": "MY"         },         {             "id": 25,             "bank_code": "USBC",             "bank_name": "美国第一银行",             "status": 1,             "remark": "",             "sort": 100,             "country_code": "CN"         },         {             "id": 1,             "bank_code": "ICBC",             "bank_name": "工商银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 2,             "bank_code": "ABC",             "bank_name": "农业银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 3,             "bank_code": "CCB",             "bank_name": "建设银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 4,             "bank_code": "SPDB",             "bank_name": "浦发银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 5,             "bank_code": "CIB",             "bank_name": "兴业银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 6,             "bank_code": "CMBC",             "bank_name": "民生银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 7,             "bank_code": "BCM",             "bank_name": "交通银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 8,             "bank_code": "CNCB",             "bank_name": "中信银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 9,             "bank_code": "CEB",             "bank_name": "光大银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 10,             "bank_code": "BCCB",             "bank_name": "北京银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 11,             "bank_code": "CMB",             "bank_name": "招商银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 12,             "bank_code": "GDB",             "bank_name": "广发银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 13,             "bank_code": "SHB",             "bank_name": "上海银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 14,             "bank_code": "BOC",             "bank_name": "中国银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 15,             "bank_code": "HXB",             "bank_name": "华夏银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 16,             "bank_code": "PAB",             "bank_name": "平安银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 17,             "bank_code": "PSBC",             "bank_name": "中国邮政",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 18,             "bank_code": "SDB",             "bank_name": "深圳发展银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 19,             "bank_code": "RCC",             "bank_name": "农村信用社",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         },         {             "id": 20,             "bank_code": "HSB",             "bank_name": "徽商银行",             "status": 1,             "remark": null,             "sort": 1,             "country_code": "CN"         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">code</td> <td style="text-align: left;">int</td> <td>状态码</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML