Commit 618c9cc9 by 王召彬

待取货枚举

parent 89032265
......@@ -13,7 +13,8 @@ class OrderEnum
const STATUS_CANCEL = 0; //已取消
const STATUS_UNPAID = 10; //待支付
const STATUS_PAID = 20; //已支付
const STATUS_DELIVERY = 30; //已发货|已预约
const STATUS_WAIT_DLV = 21; //待取货
const STATUS_DELIVERY = 30; //已发货|配送中|已预约
const STATUS_ARRIVED = 31; //已送达
const STATUS_DELIVERED = 40; //已收获|已核销
const STATUS_REFUND = 50; //申请退款
......
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