fix
This commit is contained in:
@@ -90,7 +90,7 @@ public class GameController {
|
||||
@GetMapping("/bet/trial")
|
||||
public R<?> trialDigit(Long groupId, Long roundId) {
|
||||
try {
|
||||
List<GameService.DigitTrial> trials = gameService.trialDigit(groupId, roundId);
|
||||
List<IGameService.DigitTrial> trials = gameService.trialDigit(groupId, roundId);
|
||||
return R.ok(trials);
|
||||
} catch (RuntimeException e) {
|
||||
return R.fail(e.getMessage());
|
||||
|
||||
Reference in New Issue
Block a user