Commit fb5028df by lihao

修改邀请时间间隔

parent aa98d152
......@@ -331,7 +331,7 @@ public class WeixinQrcodeBizImpl implements WeixinQrcodeBiz {
}
}*/
try {
Thread.sleep(5000);
Thread.sleep(10000);
LOGGER.info("邀请新的机器人==线程休眠5秒!!!");
} catch (InterruptedException e) {
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