This commit is contained in:
雷欧(林平凡)
2024-11-29 11:24:46 +08:00
parent 213cf32012
commit 74e5d34c9f
2 changed files with 15 additions and 23 deletions

View File

@@ -144,14 +144,8 @@ public class WXUtil {
JSONObject response = JSON.parseObject(responseStr);
logger.info("消息响应:{}", response.toString());
//return response;
continue;
}
}
try {
Thread.sleep(100);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
}
}