This commit is contained in:
张松
2025-02-14 15:45:01 +08:00
parent aad6f8a6b8
commit 45b0a9fd37

View File

@@ -38,6 +38,6 @@ public class UserAuthorizationController {
@PostMapping("/test") @PostMapping("/test")
public CzgResult<String> login() { public CzgResult<String> login() {
StpKit.USER.login(1L, null, false, false); StpKit.USER.login(1L, null, false, false);
return CzgResult.success(StpKit.USER.getTokenValue()); return CzgResult.success(StpKit.USER.getTokenValue() +"哈哈哈");
} }
} }