|
@@ -12,6 +12,7 @@ public interface AccountQuery {
|
|
|
AuthedAccount getAuthedAccount(int type, String sessId);
|
|
AuthedAccount getAuthedAccount(int type, String sessId);
|
|
|
Long getUserId(String username);
|
|
Long getUserId(String username);
|
|
|
AccountInfo getAccountInfo(long userId);
|
|
AccountInfo getAccountInfo(long userId);
|
|
|
|
|
+ AccountAvatar getAccountAvatar(long userId);
|
|
|
List<AccountInfo> getAccountInfos(List<Long> userIds);
|
|
List<AccountInfo> getAccountInfos(List<Long> userIds);
|
|
|
AccountInfo getByMobile(String mobile);
|
|
AccountInfo getByMobile(String mobile);
|
|
|
AccountInfo getByUsername(String username);
|
|
AccountInfo getByUsername(String username);
|