From 645da0403832fad0237a9f906db717a41204905e Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 27 Aug 2019 17:09:57 +0800 Subject: [PATCH] - fk --- platformapi/jdapi/order.go | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/platformapi/jdapi/order.go b/platformapi/jdapi/order.go index f1b82e83..d994cb5d 100644 --- a/platformapi/jdapi/order.go +++ b/platformapi/jdapi/order.go @@ -59,16 +59,17 @@ const ( ) const ( - AfsReasonTypeGoodsQuality = 201 // 商品质量问题/做工粗糙/有瑕疵 - AfsReasonTypeWrongGoods = 202 // 发错货 - AfsReasonTypeMissingGoods = 203 // 部分商品未收到 - AfsReasonTypeNoGoods = 501 // 全部商品未收到 - AfsReasonTypeDamagedGoods = 208 // 外表损伤(压坏,磕坏等) - AfsReasonTypeGoodsQuantity = 207 // 缺斤少两 - AfsReasonTypeAgreedByMerchant = 209 // 与商家协商一致 + AfsReasonTypeGoodsQuality = 201 // 商品质量问题 + AfsReasonTypeWrongGoods = 202 // 送错货 + AfsReasonTypeMissingGoods = 203 // 缺件少件 + AfsReasonTypeNoGoods = 501 // 全部商品未收到 + AfsReasonTypeDamagedGoods = 208 // 包装脏污有破损 + AfsReasonTypeGoodsQuantity = 207 // 缺斤少两 + // AfsReasonTypeAgreedByMerchant = 209 // 与商家协商一致,2019/09/01取消 + AfsReasonTypeGoodsAbsent = 210 // 商家通知我缺货 AfsReasonTypeGoodsSizeNoSame = 302 // 大小尺寸与商品描述不符 - AfsReasonTypeGoodsColorNoSame = 303 // 颜色/款式/图案与描述不符 - AfsReasonWrongPurchase = 402 // 误购 + AfsReasonTypeGoodsColorNoSame = 303 // 实物与原图不符 + AfsReasonWrongPurchase = 402 // 不想要了 AfsReasonNotReceivedIntime = 502 // 未在时效内送达 )