西瓜蘑菇元后台财务员
This commit is contained in:
@@ -13,22 +13,24 @@ class Product
|
||||
{
|
||||
//id=>产品名,每个产品的id不可变动
|
||||
public static $ScoreName = [
|
||||
1 => '强子PPTP',
|
||||
2 => '讯连pptp',
|
||||
1 => '强子IP',
|
||||
2 => '讯连IP',
|
||||
3 => '金桥-仅电脑',
|
||||
4 => '金瑞pptp',
|
||||
5 => '老鹰pptp',
|
||||
6 => '先锋pptp',
|
||||
4 => '金瑞IP',
|
||||
5 => '老鹰IP',
|
||||
6 => '先锋IP',
|
||||
7 => '无尽-仅电脑',
|
||||
8 => '星星pptp',
|
||||
8 => '星星IP',
|
||||
9 => '完美-仅电脑',
|
||||
10 => '无限-单窗口单ip',
|
||||
11 => '先锋SSTP专用',
|
||||
12 => '老鹰测试',
|
||||
13 => '极客pptp',
|
||||
14 => '天天pptp',
|
||||
13 => '极客IP',
|
||||
14 => '天天IP',
|
||||
15 => '共享IP',
|
||||
16 => '实惠IP',
|
||||
17 => '西瓜IP',
|
||||
18 => '蘑菇IP',
|
||||
];
|
||||
|
||||
public static $qiangzi = 1;
|
||||
@@ -47,10 +49,12 @@ class Product
|
||||
public static $tiantian = 14;
|
||||
public static $gongxiang = 15;
|
||||
public static $shihui = 16;
|
||||
public static $xigua = 17;
|
||||
public static $mogu = 18;
|
||||
|
||||
//强子、讯连
|
||||
public static $qx = [1, 2];
|
||||
|
||||
//天天老鹰先锋 金瑞
|
||||
public static $tlxj = [4, 5, 6, 14];
|
||||
//天天老鹰先锋 金瑞 蘑菇
|
||||
public static $tlxj = [4, 5, 6, 14,18];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user