ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
~~~[api] post:https://fang.himvc.com/api/wallet/Index/add_card *string:card_sn#卡号 <<< success { "code": 1, "msg": "添加成功!", "data": { "card": { "id": 1, "card_code": "ICBC", "card_type": "DC", "card_sn": "6215581610000000787", "mobile": "", "status": 0, "create_time": 1641272385, "user_id": 3, "more": null } } } <<< error { "code": 0, "msg": "卡号不对或不支持!", "data": { "messages": [ { "errorCodes": "PARAM_ILLEGAL", "name": "cardNo" } ], "validated": false, "stat": "ok", "key": "123" } } ~~~ ``` "id": 自增ID, "card_code": 银行编码, "card_type": 银行卡种类;DC: 储蓄卡,CC: 信用卡,SCC: 准贷记卡,PC: 预付费卡, "card_sn": 卡号, "mobile": 联系方式, "status": 状态(0:未启用;1:已启用), "create_time": 创建时间, "user_id": 用户ID, ```