fix
This commit is contained in:
@@ -104,8 +104,8 @@ public class GameController {
|
||||
/**
|
||||
* 开奖历史
|
||||
*/
|
||||
@GetMapping("/history")
|
||||
public R<Page<com.tailbet.model.entity.DrawRecord>> history(HistoryQueryDTO query) {
|
||||
@PostMapping("/history")
|
||||
public R<Page<com.tailbet.model.entity.DrawRecord>> history(@RequestBody HistoryQueryDTO query) {
|
||||
var page = gameService.getHistory(query.getGroupId(), query.getPageNum(), query.getPageSize());
|
||||
return R.ok(page);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user