Compare commits
2 Commits
d2a3148552
...
d2fde335e9
| Author | SHA1 | Date |
|---|---|---|
|
|
d2fde335e9 | |
|
|
6606d57550 |
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Reference in New Issue