Jelajahi Sumber

fix 欢迎语格式

zoujiajian 1 tahun lalu
induk
melakukan
af81df8376

+ 1 - 1
netflix-common/src/main/java/com/cyksj/common/constant/Constant.java

@@ -505,7 +505,7 @@ public interface Constant {
 	/**
 	 * 引流欢迎语模板
 	 */
-	String YL_MSG_TEMPLATE = "嗨,亲爱的朋友,欢迎加入银河大家庭,我是银河福利官,为了感谢你的加入,特为你准备了%s,点击下方链接即可领取!此外,后续有任何福利信息也会第一时间通知,不让你错过任何优惠!最后,售后问题请直接在官网联系客服,专业人员随时为你解答,此号不售后";
+	String YL_MSG_TEMPLATE = "\uD83C\uDF88嗨,亲爱的朋友,欢迎加入银河大家庭,我是银河福利官,为了感谢你的加入,特为你准备了新人专享全平台95折优惠券,点击下方链接即可领取!\n✅此外,后续有任何福利信息也会第一时间通知,不让你错过任何优惠!\n❎最后,售后问题请直接在官网联系客服,专业人员随时为你解答,此号不售后!";
 
 	/**
 	 * 引流 95折图片链接

+ 1 - 1
netflix-service/src/main/java/com/cyksj/service/corp/impl/CorpEventActionServiceImpl.java

@@ -994,7 +994,7 @@ public class CorpEventActionServiceImpl implements CorpEventActionService {
 				}
 //				couponCommonService.sendCouponToUser(userId, couponId, null, null, null, CouponUser.Channel.yl);
 				if (couponId != null) {
-					String url = "https://nf.video?sign=" + re.getS() + "&ylCid=" + couponId;
+					String url = "https://nf.video?sign=" + re.getS() + "&ylCid=" + couponId + "&ylId=" + ylId;
 					sendCorpWxYlWelcomeMsg(followId, username, welcomeCode, msg, tilte, url, picUlr, userId, couponId);
 				}
 			}