Commit cebe3a85 by 王召彬

订单枚举调整

parent 4e04b5fd
......@@ -28,6 +28,8 @@ class OrderEnum
//支付后的所有状态数组
const PAID_STATUS = [
self::STATUS_PAID,
self::STATUS_TAKE_ORDER,
self::STATUS_WAIT_DLV,
self::STATUS_DELIVERY,
self::STATUS_ARRIVED,
self::STATUS_REFUND,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment