🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
### 【账号】获取我的交易记录(会员) ~~~[api] get:data/api.member/getAmountHistory *string:openid=5db41bb0abcc34558#用户标识 string:type#数据类型 <<< success { "code": 1, "info": "获取用户交易记录", "data": { "page": { "limit": 20, "total": 1, "pages": 1, "current": 1 }, "list": [ { "id": 1, "type": "转账充值", "code": "2019102602099754", "fm_mid": 19, "fm_username": "钟能", "fm_bank_subacc": "6718114186301731", "to_mid": 0, "to_username": "", "to_bank_subacc": null, "amount": "0.06", "status": 3, "create_at": "2019-10-26 19:04:19" } ] } } ~~~