用户信息为空的问题
This commit is contained in:
@@ -37,11 +37,6 @@ public class UserAuthorizationController {
|
||||
return CzgResult.success(userAuthorizationService.login(userAuthorizationLoginDTO));
|
||||
}
|
||||
|
||||
@PostMapping("/test")
|
||||
public CzgResult<String> test() {
|
||||
return CzgResult.success(StpKit.USER.getTokenValue());
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取手机号
|
||||
* @param getPhoneDTO 获取手机号信息
|
||||
|
||||
Reference in New Issue
Block a user