ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TVipController.java
@@ -95,7 +95,7 @@ * @return */ @PostMapping(value = "/getVipInfoByType") public R<TVip> getVipInfoByType(@RequestParam Integer type){ public R<TVip> getVipInfoByType(@RequestParam("type") Integer type){ switch (type){ case 1: return R.ok(vipService.getOne(Wrappers.lambdaQuery(TVip.class)