ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 我的提现列表 ~~~[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": 备注 ```