1
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user