更新
This commit is contained in:
18
api/packageBill/push.js
Normal file
18
api/packageBill/push.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
export default{
|
||||
getByPageRecord(data) {
|
||||
return request({
|
||||
url: `/oil-finance/xoilSiteChannelAccountAck/getByPage`,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
},
|
||||
ackBill(data) {
|
||||
return request({
|
||||
url: `/oil-finance/xoilSiteChannelAccountAck/ackBill`,
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user