fix java apache-httpclient set basePath (#11277)

This commit is contained in:
jiangyuan
2022-01-16 10:23:15 +08:00
committed by GitHub
parent 249968e397
commit 0427681bc4
2 changed files with 2 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ public class ApiClient extends JavaTimeFormatter {
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
this.serverIndex = null;
return this;
}