Commit a3c1610f by 王召彬

添加StoreEnum

parent 312eafc1
<?php
namespace Hdll\Services\Store\Enum;
class StoreEnum
{
const EDITION_FREE = 1; // 店铺版本 - 免费版
const EDITION_VIP = 2; // 店铺版本 - VIP 版
const VIP_TRIAL = 'ty'; // 特殊VIP类型:免费体验
}
\ 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