Initial commit

This commit is contained in:
2026-04-23 16:58:11 +08:00
commit 267eba1eca
2582 changed files with 273338 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
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