public interface KfStatisticApi
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<KfStatisticResponse<KfCorpStatisticDetail>> |
corpStatistic(KfCorpStatisticRequest request)
获取「客户数据统计」企业汇总数据
|
io.reactivex.rxjava3.core.Single<KfStatisticResponse<KfServicerStatisticDetail>> |
servicerStatistic(KfServicerStatisticRequest request)
获取「客户数据统计」接待人员明细数据
|
@POST(value="kf/get_corp_statistic") io.reactivex.rxjava3.core.Single<KfStatisticResponse<KfCorpStatisticDetail>> corpStatistic(@Body KfCorpStatisticRequest request)
request - the request@POST(value="kf/get_servicer_statistic") io.reactivex.rxjava3.core.Single<KfStatisticResponse<KfServicerStatisticDetail>> servicerStatistic(@Body KfServicerStatisticRequest request)
request - the requestCopyright © 2023. All rights reserved.