sas兼容shiro处理

This commit is contained in:
EightMonth
2024-05-22 18:08:31 +08:00
parent 06d58f202f
commit 70a37309dd
8 changed files with 131 additions and 69 deletions

View File

@ -89,8 +89,8 @@ public class LoginController {
* @return
*/
@Deprecated
@Operation(summary = "登录接口")
@RequestMapping(value = "/login", method = RequestMethod.POST)
// @Operation(summary = "登录接口")
// @RequestMapping(value = "/login", method = RequestMethod.POST)
public Result<JSONObject> login(@RequestBody SysLoginModel sysLoginModel){
Result<JSONObject> result = new Result<JSONObject>();
String username = sysLoginModel.getUsername();