no message

main
HUOJIN\92525 2025-08-30 17:56:28 +08:00
parent 00afc73b0d
commit b288a4fab8
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class HttpPostUtil {
instr = urlCon.getInputStream();
byte[] bis = IOUtils.toByteArray(instr);
String ResponseString = new String(bis, StandardCharsets.UTF_8);
if (ResponseString.trim().isEmpty()) {
if (StringUtils.isEmpty(ResponseString)) {
log.error("返回空");
}
str = ResponseString;