取消订单查询

This commit is contained in:
苏尹岚
2020-07-31 17:59:35 +08:00
parent 5c75bb4738
commit 07ce4d6c2e
3 changed files with 11 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ const (
AfsReasonTypeGoodsAbsent = 210 // 商家通知我缺货
AfsReasonTypeGoodsSizeNoSame = 302 // 大小尺寸与商品描述不符
AfsReasonTypeGoodsColorNoSame = 303 // 实物与原图不符
AfsReasonWrongPurchase = 402 // 不想要了
AfsReasonWrongPurchase = 402 // 不想要了 //此原因已剔除
AfsReasonNotReceivedIntime = 502 // 未在时效内送达
)