|
@@ -43,7 +43,7 @@ public class GameGiftController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation(value = "分页-礼包列表")
|
|
|
- @PostMapping(value = "/list")
|
|
|
+ @PostMapping(value = "/listOfPage")
|
|
|
@PreAuthorize(permissionKey = "manage:gameGift:listOfPage")
|
|
|
public ResultVO<IPage<GameGiftListVO>> listOfPage(@RequestBody GameGiftListParam param) {
|
|
|
return ResultVO.ok(gameGiftService.listOfPage(param));
|