|
@@ -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);
|