public abstract class ClientBaseService extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected static org.slf4j.Logger |
logger |
protected static com.fasterxml.jackson.databind.ObjectMapper |
mapper |
protected retrofit2.Retrofit |
retrofit |
| 构造器和说明 |
|---|
ClientBaseService(okhttp3.OkHttpClient client,
String baseUrl)
Creates a new ClientBaseService that wraps OkHttpClient
|
protected static final org.slf4j.Logger logger
protected static final com.fasterxml.jackson.databind.ObjectMapper mapper
protected final retrofit2.Retrofit retrofit
public ClientBaseService(okhttp3.OkHttpClient client,
String baseUrl)
client - retrofit instancebaseUrl - base url of the apiCopyright © 2025. All rights reserved.