适配容器接口

develop
tanshaolong 2024-09-05 15:52:33 +08:00
parent 05825ffd92
commit 75284574bd
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class TianyiProvider {
HttpClient httpClient = new HttpClient(60 * 1000, PostDataFormat.RAW);
httpClient.setDataFormat(null);
String uri = "http://ccse-global.ctapi.ctyun.local:31167";
String uri = "http://ccse-global.ctapi.ctyun.local:31167" + url;
Map<String, Object> header = buildHeader(HttpRequestMethod.GET, url, headers, params);
printCurl(HttpRequestMethod.GET, uri, header, params);
return httpClient.get(header, params, uri);