Commit d06cdc8a by 阮思源

Merge branch 'feat-1002077' into 'master'

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

See merge request rays/pcloud-book!262
parents b14c4cad a91c9f54
...@@ -469,6 +469,7 @@ public class SendWeixinRequestTools { ...@@ -469,6 +469,7 @@ public class SendWeixinRequestTools {
sb.append("【").append(dto.getClockKeyword()).append("】"); sb.append("【").append(dto.getClockKeyword()).append("】");
} }
sb.append("\n请点击蓝色链接,获取对应资源服务。");
// 最后加入空白行 // 最后加入空白行
sb.append("\n\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