This commit is contained in:
邹宗楠
2025-08-18 11:38:59 +08:00
parent a79d9ddec2
commit a315351658
6 changed files with 10 additions and 1693 deletions

View File

@@ -10,7 +10,7 @@ const (
OrderRefundActive = "lams/trade/trade_refund" // 订单统一退货
OrderRefundQueryActive = "lams/trade/trade_refund_query" // 订单统一退货查询
OrderEcApplyActive = "mms/open_api/ec/apply" // 电子合同申请
OrderEcApplyStatusActive = "mms/open_api/ec/qma_status" // 电子合同状态查询
OrderEcApplyStatusActive = "mms/open_api/ec/qma_status" // 人工复合结果查询
OrderEcApplyByPeopleActive = "mms/open_api/ec/apply_manual" // 申请人工审核
)