Commit 893a4baf by feixiang

订单支付状态枚举

parent acf516db
......@@ -37,7 +37,12 @@ class OrderEnum
self::TYPE_COLLECTION,
];
const PAID_STATUS = [
const PAY_STATUS = [ //支付状态
self::STATUS_PAID,
self::STATUS_COLLECTION
];
const PAID_STATUS = [ //支付后的所有状态数组
self::STATUS_PAID,
self::STATUS_DELIVERY,
self::STATUS_DELIVERED,
......
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