Skip to content

Commit

Permalink
[huaweicloud#53]ConfigCenterClient 中环境名没生效
Browse files Browse the repository at this point in the history
  • Loading branch information
liubao68 committed Oct 31, 2020
1 parent 2a7f9fb commit 07d21e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public QueryConfigurationsResponse queryConfigurations(QueryConfigurationsReques
Map<String, String> headers = new HashMap<>();
headers.put("x-environment", request.getEnvironment());
HttpRequest httpRequest = new HttpRequest(addressManager.address() + "/configuration/items?dimensionsInfo="
+ HttpUtils.encodeURLParam(dimensionsInfo) + "&revision=" + request.getRevision(), null, null,
+ HttpUtils.encodeURLParam(dimensionsInfo) + "&revision=" + request.getRevision(), headers, null,
HttpRequest.GET);

HttpResponse httpResponse = httpTransport.doRequest(httpRequest);
Expand Down

0 comments on commit 07d21e1

Please sign in to comment.