Commit 957afc9b by 阮思源

Merge branch 'feat-jinji5' into 'master'

修改括号

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