This commit is contained in:
Lemon
2024-01-17 14:13:54 +08:00
parent 63c37e71ef
commit 7f75bc4c15
8 changed files with 342 additions and 12 deletions

View File

@@ -130,7 +130,7 @@ public class HttpRequestUtil {
String hutoolRequest = HttpRequest.post(url).header("Authorization", "Bearer " + token).body(postData).execute().body();
// log.info("联联平台发送请求 接收到返回数据:{}", hutoolRequest);
log.info("发送请求 接收到返回数据:{}", hutoolRequest);
if (StringUtils.isBlank(hutoolRequest)) {
return "返回数据为空";