feat: add 'not contains' operator, implement inbound record export, and verify export filter rules
This commit is contained in:
@ -15,4 +15,13 @@ export function getInboundSummaryList(params: InboundSummaryQuery) {
|
||||
method: 'get',
|
||||
params
|
||||
})
|
||||
}
|
||||
|
||||
export function exportInboundSummary(params: any) {
|
||||
return request({
|
||||
url: '/v1/inbound/summary/export',
|
||||
method: 'get',
|
||||
params,
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user