Commit eb870dfd authored by renjie's avatar renjie

注册bug

parent 705b1d0a
...@@ -529,7 +529,7 @@ public class AccountServiceImpl implements AccountService { ...@@ -529,7 +529,7 @@ public class AccountServiceImpl implements AccountService {
if (inviter != null) if (inviter != null)
param.put("referral", inviter.getName() + "(" + user.getPromotionCode() + ")"); param.put("referral", inviter.getName() + "(" + user.getPromotionCode() + ")");
else else
param.put("referral", ""); param.put("referral", "nobody");
com.edgec.browserbackend.common.commons.utils.SmsUtils.sendNewAccountSms("15919921106", com.edgec.browserbackend.common.commons.utils.SmsUtils.SmsTemplateCode.NEWACCOUNT, param); com.edgec.browserbackend.common.commons.utils.SmsUtils.sendNewAccountSms("15919921106", com.edgec.browserbackend.common.commons.utils.SmsUtils.SmsTemplateCode.NEWACCOUNT, param);
if (inviter != null) { if (inviter != null) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment