From 768289158c5de2c828ad6c6451c66b81dc95b598 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期三, 14 八月 2024 15:59:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TVipController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TVipController.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TVipController.java
index 69430e4..f2509c6 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TVipController.java
+++ b/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)

--
Gitblit v1.7.1