🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 我的提现列表 ~~~[api] get:https://fang.himvc.com/api/wallet/Index/cashOutList <<< success { "code": 1, "msg": "获取成功!", "data": { "list": [ { "id": 1, "amount": "5.00", "create_time": 1641270817, "complete_time": 0, "status": 0, "user_id": 3, "card_sn": "6215581610000000787", "note": "提现" } ] } } ~~~ ``` "id": ID, "amount":提现金额, "create_time": 提现时间, "complete_time": 审核时间, "status": 状态(0:未完成;1:已完成;2:已取消;), "user_id": 用户ID, "card_sn": 卡号, "note": 备注 ```