This commit is contained in:
van
2026-04-10 00:29:10 +08:00
parent 416a7d77f5
commit 5e7b213497
4 changed files with 338 additions and 61 deletions

View File

@@ -39,6 +39,11 @@ export function getGoofishOrder(id) {
return request({ url: '/jarvis/erpGoofishOrder/' + id, method: 'get' })
}
/** 订单状态 / 物流 / 发货 变更日志 */
export function listGoofishOrderEventLogs(orderId) {
return request({ url: '/jarvis/erpGoofishOrder/' + orderId + '/eventLogs', method: 'get' })
}
export function pullGoofishOrders(appKey, hours) {
return request({
url: '/jarvis/erpGoofishOrder/pull/' + encodeURIComponent(appKey),