This commit is contained in:
van
2026-04-10 01:00:13 +08:00
parent 5e7b213497
commit c87f4a1206
3 changed files with 207 additions and 0 deletions

View File

@@ -44,6 +44,11 @@ export function listGoofishOrderEventLogs(orderId) {
return request({ url: '/jarvis/erpGoofishOrder/' + orderId + '/eventLogs', method: 'get' })
}
/** 变更日志全表分页(排查:与 [goofish-order-event] 落库同源) */
export function listGoofishOrderEventLogPage(query) {
return request({ url: '/jarvis/erpGoofishOrder/eventLog/list', method: 'get', params: query })
}
export function pullGoofishOrders(appKey, hours) {
return request({
url: '/jarvis/erpGoofishOrder/pull/' + encodeURIComponent(appKey),