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