Skip to content

Commit 9d0567a

Browse files
committed
fix(proxy): update proxy when init
1 parent d1f7b4c commit 9d0567a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volcengine-java-sdk-core/src/main/java/com/volcengine/ApiClient.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ public ApiClient() {
172172
interceptorChain.appendRequestInterceptor(new SignRequestInterceptor());
173173

174174
interceptorChain.appendResponseInterceptor(new DeserializedResponseInterceptor());
175+
176+
updateClientProxy();
175177
}
176178

177179
/**

0 commit comments

Comments
 (0)