Skip to content

Commit

Permalink
feat(HttpRequest): 添加 public HttpRequest mediaType(MediaTypeEnum medi…
Browse files Browse the repository at this point in the history
…aType) 方法
  • Loading branch information
andanyoung committed Nov 27, 2023
1 parent 21d5c93 commit 6856b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin4j-common-http/src/test/java/http/TestProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void getStr() throws IOException {
HttpConfig httpConfig = new HttpConfig();

HttpConfig.ProxyConfig proxyConfig = new HttpConfig.ProxyConfig();
proxyConfig.setHost("119.8.115.201");
proxyConfig.setHost("192.168.0.1");
proxyConfig.setPort(9898);
proxyConfig.setUserName("ces_order");
proxyConfig.setPassword("23451Order");
Expand Down

0 comments on commit 6856b07

Please sign in to comment.