Commit 1744e0fb by feixiang

修改砍价常量名

parent 68bebb16
...@@ -24,7 +24,7 @@ class OrderEnum ...@@ -24,7 +24,7 @@ class OrderEnum
//订单类型 //订单类型
const TYPE_GOODS = 0; //商品订单 const TYPE_GOODS = 0; //商品订单
const TYPE_KANJIA = 1; //砍价订单 const TYPE_CUT_PRICE = 1; //砍价订单
const TYPE_LIMIT = 2; //限时购订单 const TYPE_LIMIT = 2; //限时购订单
const TYPE_COLLECTION = 3; //限时购订单 const TYPE_COLLECTION = 3; //限时购订单
......
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