Commit 4e04b5fd by 王召彬

卖家已接单 枚举

parent 82cdbb7b
......@@ -13,7 +13,8 @@ class OrderEnum
const STATUS_CANCEL = 0; //已取消
const STATUS_UNPAID = 10; //待支付
const STATUS_PAID = 20; //已支付
const STATUS_WAIT_DLV = 21; //待取货
const STATUS_TAKE_ORDER = 21; //卖家已接单
const STATUS_WAIT_DLV = 22; //待取货
const STATUS_DELIVERY = 30; //已发货|配送中|已预约
const STATUS_ARRIVED = 31; //已送达
const STATUS_DELIVERED = 40; //已收获|已核销
......
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