This commit is contained in:
@@ -31,6 +31,7 @@ class Product
|
||||
16 => '实惠IP',
|
||||
17 => '西瓜IP',
|
||||
18 => '蘑菇IP',
|
||||
18 => '火狐IP',
|
||||
];
|
||||
|
||||
public static $qiangzi = 1;
|
||||
@@ -51,9 +52,10 @@ class Product
|
||||
public static $shihui = 16;
|
||||
public static $xigua = 17;
|
||||
public static $mogu = 18;
|
||||
public static $huohu = 19;
|
||||
|
||||
//强子、讯连
|
||||
public static $qx = [1, 2];
|
||||
//强子、讯连、火狐
|
||||
public static $qx = [1, 2, 19];
|
||||
|
||||
//天天老鹰先锋 金瑞 蘑菇
|
||||
public static $tlxj = [4, 5, 6, 14,18];
|
||||
|
||||
Reference in New Issue
Block a user