Commit 9854407b by 高鹏

Merge branch 'feat-lihao' into 'master'

修改邀请时间间隔

See merge request rays/pcloud-book!26
parents aa98d152 fb5028df
...@@ -331,7 +331,7 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz { ...@@ -331,7 +331,7 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
} }
}*/ }*/
try { try {
Thread.sleep(5000); Thread.sleep(10000);
LOGGER.info("邀请新的机器人==线程休眠5秒!!!"); LOGGER.info("邀请新的机器人==线程休眠5秒!!!");
} catch (InterruptedException e) { } catch (InterruptedException e) {
LOGGER.error("线程休眠失败" + e.getMessage()); LOGGER.error("线程休眠失败" + e.getMessage());
......
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