| | |
| | | * @return
|
| | | * @throws UserInfoExtraException
|
| | | */
|
| | | public String activateInviteCode(Long uid, String inviteCode) throws UserInfoExtraException;
|
| | | public String activateInviteCode(Long uid, String inviteCode, String platform, String version) throws UserInfoExtraException;
|
| | |
|
| | | /**
|
| | | * 获取用户附加信息
|
| | |
| | | * @param code
|
| | | * @throws UserInfoExtraException
|
| | | */
|
| | | public void activationInviteWX(Long uid, String code) throws UserInfoExtraException;
|
| | | public void activationInviteWX(Long uid, String code, String platform, String version) throws UserInfoExtraException;
|
| | |
|
| | | /**
|
| | | * 判断是否是新用户
|