@@ -218,11 +218,12 @@ class ItemController extends Controller
public function actionMt()
{
if (getenv('YII_ENV') == 'production') {
- $mtMainId = 8980;
- $ttMainId = 8502;
+ $mtMainId = 13495;
+ $ttMainId = 52;
} else {
- $mtMainId = 762;
- $ttMainId = 644;
+ //$mtMainId = 762;
+ //$ttMainId = 644;
+ util::stop('测试环境未开通');
}
$list = ItemClass::getAllByCondition(['mainId' => $mtMainId], null, '*');
if (!empty($list)) {