mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
update
This commit is contained in:
@@ -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 "返回数据为空";
|
||||
|
||||
Reference in New Issue
Block a user