交易流水

This commit is contained in:
zzyuan 2025-06-09 09:50:55 +08:00
parent 9349d1db4e
commit 6606d57550
1 changed files with 12 additions and 8 deletions

View File

@ -2,14 +2,18 @@ import request from '@/utils/request'
// 交易流水
export function reportTradFlowListApi(data) {
return request({
url: '/smart-canteen/acc_trade/acct',
method: 'get',
headers: {
"merchant-id":"378915229716713472",
},
params:data
})
return request({
url: '/smart-canteen/report/trade/flow',
method: 'post',
headers: {
"merchant-id":"378915229716713472",
},
data: data,
params:{
pageNum:data.pageNum,
pageSize:data.pageSize
}
})
}
export function getHealthInfoPageApi(data) {
return request({