feat: mp statistics

This commit is contained in:
xingyu4j
2025-10-22 18:03:32 +08:00
parent d0b66dbee4
commit cc937a88f1
4 changed files with 340 additions and 26 deletions

View File

@@ -1,13 +1,10 @@
import type { PageParam } from '@vben/request';
import { requestClient } from '#/api/request';
export namespace MpStatisticsApi {
/** 统计查询参数 */
export interface StatisticsQuery extends PageParam {
export interface StatisticsQuery {
accountId: number;
beginDate: string;
endDate: string;
date: Date[];
}
/** 消息发送概况数据 */