Commit fa98e823 by xmy

Merge branch 'feat-oemvip' into test

parents a2c2483e 81b889ab
# 2.0.52
- 预约功能优化上线
# 2.0.51 # 2.0.51
- 添加配置中心常量 - 添加配置中心常量
......
...@@ -27,4 +27,7 @@ class VipEnum ...@@ -27,4 +27,7 @@ class VipEnum
const VIP_TYPE_NORMAL = "1"; //普通 const VIP_TYPE_NORMAL = "1"; //普通
const VIP_TYPE_TRY = "2";//试用 const VIP_TYPE_TRY = "2";//试用
const IS_DISTRIBUTION_ON = 1;//开启分销
const IS_DISTRIBUTION_OFF = 0;//关闭分销
} }
\ 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