西瓜蘑菇元后台财务员

This commit is contained in:
“wanyongkang”
2021-02-08 17:29:39 +08:00
parent ef090243d7
commit f0245a5f19
2 changed files with 131 additions and 12 deletions

View File

@@ -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];
}