Parcourir la source

修改接口类型

LiFei il y a 6 ans
Parent
commit
e63f6b6e60

+ 1 - 1
happy-boot-module-hppay/src/main/java/org/jeecg/modules/api/dpposition/DpPositionControllerAPI.java

@@ -256,7 +256,7 @@ public class DpPositionControllerAPI extends BaseAppController {
     /**
      * 邀请面试接口
      */
-    @GetMapping(value = "/interviewInvite")
+    @PostMapping(value = "/interviewInvite")
     public ModelAndView interviewInvite(HttpServletRequest request, HttpServletResponse response) {
         Map<String, Object> returnMap = new HashMap<String, Object>();
         Map<String, String> requestMap = findRequestMap(request);