feat:【ele】mp/statistics 的代码迁移

This commit is contained in:
YunaiV
2025-10-25 14:44:58 +08:00
parent 82e524076c
commit fde9ddf468
5 changed files with 365 additions and 11 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[];
}
/** 消息发送概况数据 */