|
|
@@ -12,9 +12,14 @@ public enum AfterSaleServiceDictTypeEnum {
|
|
|
REFUND_REASON(1, "after_sales_service_reason"),
|
|
|
|
|
|
/**
|
|
|
- * 订单取消原因 (对应前端传参: 2)
|
|
|
+ * 客户端订单取消原因 (对应前端传参: 2)
|
|
|
*/
|
|
|
- ORDER_CANCELLED_REASON(2, "order_cancelled_reason");
|
|
|
+ ORDER_CANCELLED_REASON_CUSTOMER(2, "order_cancelled_reason_customer"),
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 商户端端订单取消原因 (对应前端传参: 3)
|
|
|
+ */
|
|
|
+ ORDER_CANCELLED_REASON_MERCHANT(3, "order_cancelled_reason_merchant");
|
|
|
|
|
|
private final Integer code;
|
|
|
private final String desc;
|