💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 获取卡片查询记录 +++ get:/api/v1/sale/cardStastic p# num# <<< success { "status": 1, "info": "success", "data": { "count": 2, "totalPages": 1, "data": [ { "id": 2, "price": 95, "amount": 1000, "num": 10, "team_id": 19, "team": "山东校区", "uid": 1, "realname": "刘春强", "schoolid": 0, "xxmc": "", "date": "2018-12-31T16:00:00.000Z", "enddate": "2019-01-31T16:00:00.000Z", "create_time": 1567143185, "status": 0, "comment": "测试", "type": 2 }, { "id": 1, "price": 95, "amount": 1000, "num": 10, "team_id": 19, "team": "山东校区", "uid": 1, "realname": "刘春强", "schoolid": 0, "xxmc": "", "date": "2018-12-31T16:00:00.000Z", "enddate": null, "create_time": 1567143121, "status": 0, "comment": "测试", "type": 1 } ], "nowPage": 1, "totalRows": 2 } } <<< error { "status": 0, "info": "操作失败", "data": [] } +++