Browse Source

短信推送:呵呵商城改为颜选美学

Aslee 3 years ago
parent
commit
c85240b05d

+ 3 - 3
src/main/java/com/caimei365/user/service/impl/HeHeServiceImpl.java

@@ -109,7 +109,7 @@ public class HeHeServiceImpl implements HeHeService {
                     newUserCouponIds.forEach(couponId->{
                         // 查询优惠券金额
                         Double couponAmount = heHeMapper.getCouponAmount(couponId);
-                        String content = "恭喜您成功注册登录。现赠送" + couponAmount + "元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
+                        String content = "恭喜您成功注册登录。现赠送" + couponAmount + "元优惠券到您的领券中心,请赶紧登录颜选美学小程序领取下单吧。退订回T";
                         boolean result = remoteCallService.remoteSendSms(17, 3, heHeUserDto.getMobile(), content);
                         log.info("【呵呵新人券派送】mobile:" + heHeUserDto.getMobile() + ",result:" + result);
                     });
@@ -129,7 +129,7 @@ public class HeHeServiceImpl implements HeHeService {
                             String mobile = heHeMapper.findUserMobile(shareUserId);
                             // 查询优惠券金额
                             Double couponAmount = heHeMapper.getCouponAmount(couponId);
-                            String content = "恭喜您成功邀请一位好友注册登录,现赠送"+couponAmount+"元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
+                            String content = "恭喜您成功邀请一位好友注册登录,现赠送"+couponAmount+"元优惠券到您的领券中心,请赶紧登录颜选美学小程序领取下单吧。退订回T";
                             boolean result = remoteCallService.remoteSendSms(18, 3, mobile, content);
                             log.info("【呵呵好友邀请券派送】mobile:" + mobile + ",result:" + result);
                         });
@@ -144,7 +144,7 @@ public class HeHeServiceImpl implements HeHeService {
     @Override
     public ResponseJson<String> sendVerificationCode(String mobile) {
         String randomCode = CodeUtil.generateCodeInt(6);
-        String content = "您“呵呵商城”小程序的验证码为:"+randomCode+",验证码 5 分钟内有效。";
+        String content = "您“颜选美学”小程序的验证码为:"+randomCode+",验证码 5 分钟内有效。";
         boolean smsFlag = remoteCallService.remoteSendSms(0, 1, mobile, content);
         if (!smsFlag) {
             // 短信发送失败重试一次