This commit is contained in:
van
2026-05-16 02:27:56 +08:00
parent 3980fed315
commit f55b5f46a4
3 changed files with 173 additions and 11 deletions

View File

@@ -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' })
}