Skip to content

Commit

Permalink
update Code
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicent9920 committed Apr 29, 2020
1 parent 026c64c commit c4e7d45
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ object RequestClientManager:BaseClientManager() {

var mRetrofit: Retrofit = create()
private val mRetrofitMap = HashMap<Class<*>, Retrofit>()
private val mOkHttpClient by lazy {
createOkHttpClient()
}
private val mOkHttpClient = createOkHttpClient()
override fun create(): Retrofit {
return create(RxHttp.getRequestSetting()?.getBaseUrl()!!)
}
Expand Down

0 comments on commit c4e7d45

Please sign in to comment.