合并主线

This commit is contained in:
648540858
2022-08-09 16:58:31 +08:00
parent 8b0ff3767b
commit 116d979d87
7 changed files with 21 additions and 104 deletions

View File

@@ -98,5 +98,8 @@ public class LoginUser implements UserDetails, CredentialsContainer {
return user.getRole();
}
public String getPushKey() {
return user.getPushKey();
}
}