Commit 71f3d401 by 阮思源

修改下

parent 995efca0
...@@ -118,7 +118,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -118,7 +118,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
//如果暗号为空,表示直接加好友,需要发送统一欢迎语 //如果暗号为空,表示直接加好友,需要发送统一欢迎语
if (cipher == null) { if (cipher == null) {
SendTextMessageVO vo = new SendTextMessageVO(); SendTextMessageVO vo = new SendTextMessageVO();
vo.setContent("你好,请将书的专属暗号发给我!可以在扫码后的页面上复制,也可以在书上印码位置处找到"); vo.setContent("你好,请将书的专属暗号发给我!可以在扫码后的页面上复制,也可以在书上印码位置处找到");
vo.setCode(SendMessageTypeEnum.SELF.getCode()); vo.setCode(SendMessageTypeEnum.SELF.getCode());
vo.setWxId(agreeAddUserDTO.getRobotWxId()); vo.setWxId(agreeAddUserDTO.getRobotWxId());
vo.setAltId(agreeAddUserDTO.getRobotWxId()); vo.setAltId(agreeAddUserDTO.getRobotWxId());
......
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