Skip to content

Commit

Permalink
开放 ApiService
Browse files Browse the repository at this point in the history
  • Loading branch information
leavesCZY committed Oct 13, 2021
1 parent 5679550 commit d8f5e9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ abstract class BaseRemoteDataSource<Api : Any>(
/**
* 构建 ApiService
*/
protected val apiService: Api by lazy {
val apiService: Api by lazy {
val key = httpBaseUrl + apiServiceClass.name
val service = apiServiceCache.get(key) as? Api
if (service != null) {
Expand Down

0 comments on commit d8f5e9a

Please sign in to comment.