Compare commits
No commits in common. "d2fde335e910d067a651fbe59517d203dfd7a3fd" and "d2a31485529f0b3f624461d707d0ae2e5935ac7f" have entirely different histories.
d2fde335e9
...
d2a3148552
|
|
@ -2,18 +2,14 @@ import request from '@/utils/request'
|
||||||
|
|
||||||
// 交易流水
|
// 交易流水
|
||||||
export function reportTradFlowListApi(data) {
|
export function reportTradFlowListApi(data) {
|
||||||
return request({
|
return request({
|
||||||
url: '/smart-canteen/report/trade/flow',
|
url: '/smart-canteen/acc_trade/acct',
|
||||||
method: 'post',
|
method: 'get',
|
||||||
headers: {
|
headers: {
|
||||||
"merchant-id":"378915229716713472",
|
"merchant-id":"378915229716713472",
|
||||||
},
|
},
|
||||||
data: data,
|
params:data
|
||||||
params:{
|
})
|
||||||
pageNum:data.pageNum,
|
|
||||||
pageSize:data.pageSize
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
export function getHealthInfoPageApi(data) {
|
export function getHealthInfoPageApi(data) {
|
||||||
return request({
|
return request({
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue