Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
LUOXC
2019-10-08 20:25:57 +0800
Commit
6f5f5b4f68bc7f3f2c5a7cd3b7ac2abd551ac9a3
2 parents
78a21a67
a77044e6
Merge branch 'dev-pay' into test6.9.13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/src/main/java/com/yohoufo/common/utils/HttpClient.java
common/src/main/java/com/yohoufo/common/utils/HttpClient.java
View file @
6f5f5b4
...
...
@@ -69,7 +69,7 @@ public class HttpClient {
}
}
},
"http-client-builder
"
).
start
();
},
"http-client-builder
-"
+
this
.
getClass
().
getSimpleName
()
).
start
();
}
public
CloseableHttpClient
buildHttpClient
()
throws
Exception
{
...
...
Please
register
or
login
to post a comment