Initial commit
This commit is contained in:
14
ruoyi-ui/restapi/排行榜.http
Normal file
14
ruoyi-ui/restapi/排行榜.http
Normal 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
|
||||
Reference in New Issue
Block a user