src/main/java/com/xcong/excoin/modules/fish/controller/MemberCannonController.java
@@ -132,5 +132,16 @@ } /** * 查看最新的十条中奖记录 */ @ApiOperation(value = "查看最新的十条中奖记录") @ApiResponses({@ApiResponse( code = 200, message = "success", response = CannonWinRecordVo.class)}) @GetMapping(value = "/getListAwards") public Result getListAwards() { return memberCannonService.getListAwards(); } }