Commit 4618a380 by feixiang

订单逻辑拆分

parent 725b3334
...@@ -11,4 +11,10 @@ class SellerOrderEnum ...@@ -11,4 +11,10 @@ class SellerOrderEnum
{ {
const TYPE_VALUE_ADDED_SERVICE = 1; //增值服务 const TYPE_VALUE_ADDED_SERVICE = 1; //增值服务
//订单状态
const STATUS_UNPAID = 10; //待支付
const STATUS_PAID = 20; //已支付
} }
\ No newline at end of file
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