mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update
This commit is contained in:
@@ -139,7 +139,7 @@ public class BatteryChargeReportService {
|
||||
apiUrl = webDomainPrefix + apiPrefix + "pdf/" + taskId;
|
||||
}
|
||||
// 发送请求
|
||||
String result = HttpRequest.get(apiUrl).execute().body();
|
||||
String result = HttpRequest.get(apiUrl).header("token", token).execute().body();
|
||||
log.info("发送获取报告result:{}", result);
|
||||
|
||||
// 将返回结果转化为json
|
||||
|
||||
Reference in New Issue
Block a user