【修改】 学生登陆方式接口POST->GET请求
This commit is contained in:
@@ -71,7 +71,7 @@ public class AuthController {
|
||||
@Resource
|
||||
private ConfigService configService;
|
||||
|
||||
@PostMapping("/login_config")
|
||||
@GetMapping("/login_config")
|
||||
@PermitAll
|
||||
@Operation(summary = "学生端判断学生的登录方式")
|
||||
public CommonResult<ConfigDO> getLoginConfigDO(@RequestBody @Valid AuthLoginReqVO reqVO) {
|
||||
|
Reference in New Issue
Block a user