feat: 正式采购下单前更新地址标记 (#173)
This commit is contained in:
@@ -78,7 +78,11 @@ class PddPurchaseAdapter(ABC):
|
||||
|
||||
|
||||
class PddLivePurchaseAdapter(PddPurchaseAdapter):
|
||||
"""受控真实采购接口;只增加一次性提交,不提供付款或取消。"""
|
||||
"""受控真实采购接口;增加地址标记和一次性提交,不提供付款或取消。"""
|
||||
|
||||
@abstractmethod
|
||||
def update_shipping_address(self, purchase_number: str) -> None:
|
||||
"""下单前更新地址末尾采购编号;失败时必须保持在可逆阶段。"""
|
||||
|
||||
@abstractmethod
|
||||
def submit_order_once(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user