Commit fd2d06ae by liwotian

修正最后

parents d38f0a49 71f17b18
# 1.0.53
- vip试用类型
# 1.0.52 # 1.0.52
- 添加储值卡的回款接口 - 添加储值卡的回款接口
# 1.0.51 # 1.0.51
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
*/ */
namespace Hdll\Services\Vip\Enum; namespace Hdll\Services\Vip\Enum;
class VipEnum{ class VipEnum
{
const VIP_TOTAL_FEE = 69800;//价格 const VIP_TOTAL_FEE = 69800;//价格
...@@ -20,4 +21,8 @@ class VipEnum{ ...@@ -20,4 +21,8 @@ class VipEnum{
const STATUS_PAID = 20;//已支付 const STATUS_PAID = 20;//已支付
const VIP_QUEUE_KEY = 'vip:queue'; const VIP_QUEUE_KEY = 'vip:queue';
const VIP_TYPE_NORMAL = "1"; //普通
const VIP_TYPE_TRY = "2";//试用
} }
\ 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