更新
This commit is contained in:
@@ -15,6 +15,21 @@ export function qywxCustomerStats() {
|
||||
return request.get({ url: '/qywx.customer/stats' })
|
||||
}
|
||||
|
||||
/**
|
||||
* 今日进入分布(事件流水零误差口径)
|
||||
* 返回 { total, recent_time, hourly: number[24], by_state: [{state,count}] }
|
||||
*/
|
||||
export function qywxCustomerTodayArrival() {
|
||||
return request.get({ url: '/qywx.customer/todayArrival' })
|
||||
}
|
||||
|
||||
/**
|
||||
* 今日进入明细流水(每一次 add_external_contact 推送 = 一行)
|
||||
*/
|
||||
export function qywxCustomerTodayArrivalList(params: { page_no?: number; page_size?: number }) {
|
||||
return request.get({ url: '/qywx.customer/todayArrivalList', params })
|
||||
}
|
||||
|
||||
// 获取同步设置
|
||||
export function qywxSyncSettingsGet() {
|
||||
return request.get({ url: '/qywx.customer/getSyncSettings' })
|
||||
|
||||
Reference in New Issue
Block a user