Commit 2751aa17 by 田超

Merge branch 'feature/text' into 'master'

feat: [none] 文案修改

See merge request rays/pcloud-book!1321
parents c4a5337e 51c6cdaf
......@@ -1462,9 +1462,9 @@ public class BookGroupBizImpl implements BookGroupBiz {
bookGroupDTO.setResourcePageOpenRays(resourcePage.getOpenRays());
//关注公众号后小睿入口默认文案
bookGroupDTO.setEntranceTitle(StringUtil.isEmpty(bookGroupDTO.getEntranceTitle()) ?
"领取「完整版」本书服务" : bookGroupDTO.getEntranceTitle());
"进入本书专属书友社区" : bookGroupDTO.getEntranceTitle());
bookGroupDTO.setEntranceContent(StringUtil.isEmpty(bookGroupDTO.getEntranceContent()) ?
"我是书僮小睿,你的专属伴读助手,我将为你提供本书配套服务,定制本书阅读计划" : bookGroupDTO.getEntranceContent());
"我是书僮小睿,你的专属伴读助手,我不仅提供本书配套服务,还将带你体验书友社区" : bookGroupDTO.getEntranceContent());
} else {
//群码、1v1码
......
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