Files
roll-room/ruoyi-ui/restapi/排行榜.http
T
2026-04-23 16:58:11 +08:00

15 lines
456 B
HTTP

POST http://localhost:8081/api/login HTTP/1.1
Content-Type: application/json; charset=UTF-8
{"username":"19156010758","password":"123456"}
### 获取综合流水排行榜
POST http://localhost:8081/api/userAmountRecords/blendErcashRank HTTP/1.1
Content-Type: application/json; charset=UTF-8
{"page":1,"size":10,"type":1}
### 获取综合流水排行榜奖励
GET http://localhost:8081/api/userAmountRecords/rechargeRankingRewardsIntroduction HTTP/1.1