Commit 7caada09 by 裴大威

修改括号

修改40s
parent 11b96b80
...@@ -175,7 +175,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -175,7 +175,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
List<SelfRobotKeyword> selfRobotKeywords = selfRobotKeywordDao.getListByBookGroupId(bookGroupId); List<SelfRobotKeyword> selfRobotKeywords = selfRobotKeywordDao.getListByBookGroupId(bookGroupId);
if (!ListUtils.isEmpty(selfRobotKeywords)){ if (!ListUtils.isEmpty(selfRobotKeywords)){
try { try {
String content="现在你试试回复我定制一套「背单词」读书计划 [ ]内关键词来唤醒我"; String content="现在你试试回复我定制一套「背单词」读书计划 「 」内关键词来唤醒我";
SendTextMessageVO voh = new SendTextMessageVO(); SendTextMessageVO voh = new SendTextMessageVO();
voh.setContent(content); voh.setContent(content);
voh.setCode(SendMessageTypeEnum.SELF.getCode()); voh.setCode(SendMessageTypeEnum.SELF.getCode());
...@@ -224,7 +224,7 @@ public class BookGuideBizImpl implements BookGuideBiz { ...@@ -224,7 +224,7 @@ public class BookGuideBizImpl implements BookGuideBiz {
WxGroupSDK.sendFile(sendFileVO); WxGroupSDK.sendFile(sendFileVO);
} }
log.info("临时demo发送个人号加好友信息"+vo.toString()); log.info("临时demo发送个人号加好友信息"+vo.toString());
Thread.sleep(1000*60); Thread.sleep(1000*40);
} catch (InterruptedException e) { } catch (InterruptedException e) {
log.error("发消息休眠5秒出错", e); log.error("发消息休眠5秒出错", e);
} }
......
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