1
This commit is contained in:
@@ -84,3 +84,8 @@ export function refreshGoofishDetail(id) {
|
||||
export function retryGoofishShip(id) {
|
||||
return request({ url: '/jarvis/erpGoofishOrder/retryShip/' + id, method: 'post' })
|
||||
}
|
||||
|
||||
/** 发货预览:闲鱼订单收件串 vs 即将提交开放平台参数(与自动发货逻辑一致) */
|
||||
export function previewGoofishShip(id) {
|
||||
return request({ url: '/jarvis/erpGoofishOrder/shipPreview/' + id, method: 'get' })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user