feat:【mall 商城】门店自提的迁移(ele 80%)
This commit is contained in:
@@ -49,6 +49,7 @@ export namespace MallOrderApi {
|
||||
afterSaleStatus?: null | number;
|
||||
/** 属性数组 */
|
||||
properties?: ProductProperty[];
|
||||
price?: number;
|
||||
}
|
||||
|
||||
/** 订单日志 */
|
||||
@@ -248,7 +249,7 @@ export function getOrderPage(params: PageParam) {
|
||||
}
|
||||
|
||||
/** 查询交易订单统计 */
|
||||
export function getOrderSummary(params: PageParam) {
|
||||
export function getOrderSummary(params: any) {
|
||||
return requestClient.get<MallOrderApi.OrderSummary>('/trade/order/summary', {
|
||||
params,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user