Commit a91c9f54 by 阮思源

1002077当欢迎语包含链接时结尾添加提示语(文案:“请点击蓝色链接,获取对应资源服务”)

parent b14c4cad
......@@ -469,6 +469,7 @@ public class SendWeixinRequestTools {
sb.append("【").append(dto.getClockKeyword()).append("】");
}
sb.append("\n请点击蓝色链接,获取对应资源服务。");
// 最后加入空白行
sb.append("\n\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment