💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
### 【账号】获取我的交易记录(会员) ~~~[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" } ] } } ~~~