Commit 51c6cdaf by 朱亚洁

feat:[none]文案修改

parent c4a5337e
......@@ -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