测试
This commit is contained in:
@@ -38,6 +38,6 @@ public class UserAuthorizationController {
|
||||
@PostMapping("/test")
|
||||
public CzgResult<String> login() {
|
||||
StpKit.USER.login(1L, null, false, false);
|
||||
return CzgResult.success(StpKit.USER.getTokenValue());
|
||||
return CzgResult.success(StpKit.USER.getTokenValue() +"哈哈哈");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user