Browse Source

台州免费领取VIP

花田厝 3 months ago
parent
commit
4f67346c73

+ 2 - 1
jsjp-admin/src/main/java/com/miaxis/app/controller/userInfo/FreeSchVipController.java

@@ -8,6 +8,7 @@ import com.miaxis.free.service.IFreeSchVipService;
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 import org.springframework.beans.factory.annotation.Autowired;
+import org.springframework.web.bind.annotation.GetMapping;
 import org.springframework.web.bind.annotation.PostMapping;
 import org.springframework.web.bind.annotation.RequestMapping;
 import org.springframework.web.bind.annotation.RestController;
@@ -33,7 +34,7 @@ public class FreeSchVipController extends BaseController {
     /**
      * 查询免费领取VIP的驾校列表
      */
-    @PostMapping("/isExistFreeSch")
+    @GetMapping("/isExistFreeSch")
     @ApiOperation("根据查询免费领取VIP的驾校")
     public Response isExistFreeSch(String jxbh) {
         FreeSchVip freeSchVip = freeSchVipService.isExistFreeSch(jxbh);