Commit 70d07d45 authored by renjie's avatar renjie

Merge branch 'dev-zrj' into 'staging'

注册bug

See merge request !15
parents 0ba4750e eb870dfd
......@@ -529,7 +529,7 @@ public class AccountServiceImpl implements AccountService {
if (inviter != null)
param.put("referral", inviter.getName() + "(" + user.getPromotionCode() + ")");
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);
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