[16591]更新波次可用性检查流程文档

This commit is contained in:
曾志威
2026-07-29 16:56:16 +08:00
parent b136e12a32
commit 597fdccf81
2 changed files with 2 additions and 2 deletions
@@ -203,7 +203,7 @@ bindBatchShipmentWave(...) [普通批量订单]
├─ waveBindLockKey
├─ 获取 Shopee 波次绑定锁
├─ isWaveAvailable
│ └─ 获取锁后重新确认 shopee_wave 状态可用
│ └─ 方法内直接查询并确认 shopee_wave 状态可用
├─ requestWaveBind
│ └─ 计划分配阶段只校验本地绑定必需上下文
├─ 若绑定检查失败
@@ -446,7 +446,7 @@ acquireUnusedShopeeWave(warehouseCode, waveType)
→ 同一 Shopee 波次号绑定串行,避免多个入口同时使用同一号段。
2. isWaveAvailable
→ 获取锁后重新检查 shopee_wave 是否仍可用。
→ 获取锁后在方法内直接查询并检查 shopee_wave 是否仍可用,无内部转发层
3. requestWaveBind
→ 计划分配阶段只校验本地绑定必需上下文,不调用上游三段式接口。