交易流水

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) { export function reportTradFlowListApi(data) {
return request({ return request({
url: '/smart-canteen/acc_trade/acct', url: '/smart-canteen/report/trade/flow',
method: 'get', method: 'post',
headers: { headers: {
"merchant-id":"378915229716713472", "merchant-id":"378915229716713472",
}, },
params:data data: data,
}) params:{
pageNum:data.pageNum,
pageSize:data.pageSize
}
})
} }
export function getHealthInfoPageApi(data) { export function getHealthInfoPageApi(data) {
return request({ return request({