diff --git a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/network/V2XRefreshModel.java b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/network/V2XRefreshModel.java index 3934cc9f1f..62881e57b4 100644 --- a/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/network/V2XRefreshModel.java +++ b/modules/mogo-module-v2x/src/main/java/com/mogo/module/v2x/network/V2XRefreshModel.java @@ -683,7 +683,8 @@ public class V2XRefreshModel { Logger.d("V2XRefreshModel:", "主页没有显示"); return; } - if (System.currentTimeMillis() - startTime < 1000 * 60) { + if (System.currentTimeMillis() - startTime < 1000 * 10) { + Logger.d("V2XRefreshModel:", "频繁调用"); return; } startTime = System.currentTimeMillis();