This commit is contained in:
van
2026-04-10 00:09:26 +08:00
parent 31e7e6853b
commit 6f482256c5
8 changed files with 251 additions and 52 deletions

View File

@@ -34,4 +34,9 @@ public interface IErpGoofishOrderService {
int syncWaybillAndTryShipBatch(int limit);
void applyListOrNotifyItem(String appKey, JSONObject item, String lastNotifyJson);
/**
* 京东单物流扫描已得到运单号并写入 Redis 后调用:同步到闲鱼单并尝试开放平台发货。
*/
void notifyJdWaybillReady(Long jdOrderId);
}