fix(mall): 修复多端商城模块类型与组件兼容问题
- 修复商城统计时间参数、客服消息类型导入等类型错误 - 对齐 web-antd、web-ele、web-antdv-next 的商城促销组件类型定义 - 修复 DIY 装修、组合活动、积分活动、运费模板等组件兼容问题
This commit is contained in:
@@ -7,7 +7,7 @@ import { requestClient } from '#/api/request';
|
||||
export namespace MallTradeStatisticsApi {
|
||||
/** 交易状况 Request */
|
||||
export interface TradeTrendReqVO {
|
||||
times: [Date, Date];
|
||||
times?: string[];
|
||||
}
|
||||
|
||||
/** 交易统计 Response */
|
||||
|
||||
Reference in New Issue
Block a user