fix:控制请求

This commit is contained in:
Xiang
2026-02-11 15:47:58 +08:00
parent 963e03c5c9
commit 7f35a9960d

View File

@@ -58,6 +58,11 @@ public class JtVenueSubscribeTask {
if (order) { if (order) {
return; return;
} }
try {
Thread.sleep(1250);
} catch (InterruptedException e) {
log.error("睡眠失败~~~");
}
} }
} }
} catch (Exception e) { } catch (Exception e) {