提交 c0069f33 作者: 沈振路

取消日志

上级 4465d3eb
......@@ -257,7 +257,6 @@ public class FollowReplyComponent {
Integer newsType = referralEntity.getNewsType();
// 文本类型替换h5链接
String context = null;
localLog.info("referral参数 --> {}", referralEntity);
if (CustomerCommonConstant.REPLACE_LINK_NEWS_TYPE_LIST.contains(newsType)) {
context = CustomerCommonConstant.CUSTOMER_TEXT_LINK_TEMPLATE.replace(CustomerCommonConstant.CUSTOMER_TEXT_CONTENT_PLACEHOLDER, referralEntity.getTextContent());
context = context.replace(CustomerCommonConstant.CUSTOMER_TEXT_URL_PLACEHOLDER, referralEntity.getReferral());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论