| | |
| | | return; |
| | | } |
| | | |
| | | if(SystemInfoUtil.hasFunctions(acceptData.getSystem(), SystemFunction.threeSale)) { |
| | | String inviteCode = userInfoExtraService.getInviteCodeByUid(uid); |
| | | if (StringUtil.isNullOrEmpty(inviteCode)) { |
| | | out.print(JsonUtil.loadFalseResult(3, "请激活邀请码")); |
| | | return; |
| | | } |
| | | } |
| | | // 邀请码不必必须激活 |
| | | // if(SystemInfoUtil.hasFunctions(acceptData.getSystem(), SystemFunction.threeSale)) { |
| | | // String inviteCode = userInfoExtraService.getInviteCodeByUid(uid); |
| | | // if (StringUtil.isNullOrEmpty(inviteCode)) { |
| | | // out.print(JsonUtil.loadFalseResult(3, "请激活邀请码")); |
| | | // return; |
| | | // } |
| | | // } |
| | | |
| | | |
| | | UserExtraTaoBaoInfo user = userExtraTaoBaoInfoService.getByUid(uid); |