🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
~~~[api] get:/account/getWithdrawAccountList *string:userId#用户id <<< success { "code": "00000", "data": { "withdrawAccountList": [ { "accountId": 1, 用户银行卡id "bankId": 1, 银行id "bankName": "农业银行", "bankNote": "尾号2343储蓄卡", "remarks": "狗蛋", //卡用户姓名 "accountContent": "342342342342343" //卡号 } ] }, "onceToken": "", "info": "获取用户提现账户列表成功" } <<< error ~~~