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