|
@@ -111,6 +111,7 @@ public class HeHeServiceImpl implements HeHeService {
|
|
|
Double couponAmount = heHeMapper.getCouponAmount(couponId);
|
|
|
String content = "恭喜您成功注册登录。现赠送" + couponAmount + "元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
|
|
|
boolean result = remoteCallService.remoteSendSms(17, heHeUserDto.getMobile(), content);
|
|
|
+ log.info("【呵呵新人券派送】mobile:" + heHeUserDto.getMobile() + ",result:" + result);
|
|
|
});
|
|
|
heHeUser = heHeMapper.findHeHeUserByMobile(heHeUserDto.getMobile());
|
|
|
Integer shareUserId = heHeUserDto.getShareUserId();
|
|
@@ -130,6 +131,7 @@ public class HeHeServiceImpl implements HeHeService {
|
|
|
Double couponAmount = heHeMapper.getCouponAmount(couponId);
|
|
|
String content = "恭喜您成功邀请一位好友注册登录,现赠送"+couponAmount+"元优惠券到您的领券中心,请赶紧登录呵呵商城小程序领取下单吧。退订回T";
|
|
|
boolean result = remoteCallService.remoteSendSms(18, mobile, content);
|
|
|
+ log.info("【呵呵好友邀请券派送】mobile:" + mobile + ",result:" + result);
|
|
|
});
|
|
|
}
|
|
|
}
|