| | |
| | | * @return
|
| | | * @throws UserInfoExtraException
|
| | | */
|
| | | public UserInfoExtra updateUserRankByUid(Long uid) throws UserInfoExtraException;
|
| | | public void updateUserRankByUid(Long uid) throws UserInfoExtraException;
|
| | |
|
| | | /**
|
| | | * 根据订单更新
|
| | |
| | | * @throws UserInfoExtraException
|
| | | */
|
| | | public void activationInviteWX(Long uid, String code) throws UserInfoExtraException;
|
| | |
|
| | | /**
|
| | | * 判断是否是新用户
|
| | | * @param uid
|
| | | * @return
|
| | | */
|
| | | public boolean isNewUser(Long uid);
|
| | |
|
| | | /**
|
| | | * 创建额外信息
|
| | | * @param uid
|
| | | * @throws UserInfoExtraException
|
| | | */
|
| | | public void createUserInfoExtra(Long uid) throws UserInfoExtraException;
|
| | |
|
| | | }
|