|
|
@@ -77,7 +77,7 @@ public class UserController {
|
|
|
}).collect(Collectors.toList()));
|
|
|
}
|
|
|
|
|
|
- @GetMapping(value = "examTypes")
|
|
|
+ @GetMapping(value = "examMajors")
|
|
|
@Anonymous
|
|
|
@ApiOperation("专业类型列表")
|
|
|
public AjaxResult examMajor(@RequestParam String location, @RequestParam ExamType examType)
|