Authored by 张帅

增加调用前台接口间隔时间

@@ -99,7 +99,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{ @@ -99,7 +99,7 @@ public class GrassUserVirtualImpl implements IGrassVirtualService{
99 List<GrassInBoxAddReq> reqlist = Lists.newArrayList(l); 99 List<GrassInBoxAddReq> reqlist = Lists.newArrayList(l);
100 sendMessage(reqlist); 100 sendMessage(reqlist);
101 try { 101 try {
102 - Thread.sleep(1000); 102 + Thread.sleep(3000);
103 } catch (InterruptedException e) { 103 } catch (InterruptedException e) {
104 e.printStackTrace(); 104 e.printStackTrace();
105 } 105 }