This commit is contained in:
雷欧(林平凡)
2024-11-12 16:53:20 +08:00
parent c20822442d
commit dc49129abc
2 changed files with 8 additions and 8 deletions

View File

@@ -131,7 +131,7 @@ public class WXUtil {
return response;
}
try {
Thread.sleep(3000);
Thread.sleep(1000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}