|
@@ -109,7 +109,7 @@ public class HeHeServiceImpl implements HeHeService {
|
|
|
newUserCouponIds.forEach(couponId->{
|
|
|
// 查询优惠券金额
|
|
|
Double couponAmount = heHeMapper.getCouponAmount(couponId);
|
|
|
- String content = "恭喜您成功注册登录。现赠送" + couponAmount + "元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。";
|
|
|
+ String content = "恭喜您成功注册登录。现赠送" + couponAmount + "元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
|
|
|
boolean result = remoteCallService.remoteSendSms(17, heHeUserDto.getMobile(), content);
|
|
|
});
|
|
|
heHeUser = heHeMapper.findHeHeUserByMobile(heHeUserDto.getMobile());
|
|
@@ -128,7 +128,7 @@ public class HeHeServiceImpl implements HeHeService {
|
|
|
String mobile = heHeMapper.findUserMobile(shareUserId);
|
|
|
// 查询优惠券金额
|
|
|
Double couponAmount = heHeMapper.getCouponAmount(couponId);
|
|
|
- String content = "恭喜您成功邀请一位好友注册登录,现赠送"+couponAmount+"元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。";
|
|
|
+ String content = "恭喜您成功邀请一位好友注册登录,现赠送"+couponAmount+"元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
|
|
|
boolean result = remoteCallService.remoteSendSms(18, mobile, content);
|
|
|
});
|
|
|
}
|