🆕 #2620 【企业微信】微信客服统计管理模块增加获取「客户数据统计」企业汇总数据的接口

This commit is contained in:
zhongjun
2022-04-26 11:31:59 +08:00
committed by GitHub
parent 010c184caa
commit a685e8f3fa
7 changed files with 192 additions and 32 deletions

View File

@@ -328,6 +328,7 @@ public interface WxCpApiPathConsts {
String SEND_MSG_ON_EVENT = "/cgi-bin/kf/send_msg_on_event";
String CUSTOMER_BATCH_GET = "/cgi-bin/kf/customer/batchget";
String GET_CORP_STATISTIC = "/cgi-bin/kf/get_corp_statistic";
}