Compare commits

..

No commits in common. "d2fde335e910d067a651fbe59517d203dfd7a3fd" and "d2a31485529f0b3f624461d707d0ae2e5935ac7f" have entirely different histories.

1 changed files with 8 additions and 12 deletions

View File

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