mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-14 18:11:53 +08:00
统计:增加商品统计
This commit is contained in:
@@ -66,9 +66,9 @@ export const getTradeStatisticsSummary = () => {
|
||||
}
|
||||
|
||||
// 获得交易状况统计
|
||||
export const getTradeTrendSummary = (params: TradeTrendReqVO) => {
|
||||
export const getTradeStatisticsAnalyse = (params: TradeTrendReqVO) => {
|
||||
return request.get<DataComparisonRespVO<TradeTrendSummaryRespVO>>({
|
||||
url: '/statistics/trade/trend/summary',
|
||||
url: '/statistics/trade/analyse',
|
||||
params: formatDateParam(params)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user