Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit d8f5e9a

Browse files
committed
开放 ApiService
1 parent 5679550 commit d8f5e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reactivehttp/src/main/java/github/leavesc/reactivehttp/datasource/BaseRemoteDataSource.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ abstract class BaseRemoteDataSource<Api : Any>(
7373
/**
7474
* 构建 ApiService
7575
*/
76-
protected val apiService: Api by lazy {
76+
val apiService: Api by lazy {
7777
val key = httpBaseUrl + apiServiceClass.name
7878
val service = apiServiceCache.get(key) as? Api
7979
if (service != null) {

0 commit comments

Comments
 (0)