This commit is contained in:
gazebo
2019-08-27 17:09:57 +08:00
parent d7cd7461c0
commit 645da04038

View File

@@ -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 // 未在时效内送达
)