render('clear'); } public function actionClearAll() { if((isset($_SERVER['SERVER_ADDR']) && $_SERVER['SERVER_ADDR'] == '118.190.3.200') || Yii::$app->params['adminUrl'] == 'http://a.huahb.cn'){ $trainDemo = configDict::getConfig('trainDemo'); $demoAccount = $trainDemo['merchant']['account']; $demoMerchant = xhMerchantService::getByAccount($demoAccount); if(!empty($demoMerchant)){ weixinUtil::menuDelete($demoMerchant);//删除微信菜单 } xhInitService::clear('hhb'); xhAdminService::logout(); util::successInfo(); } util::failInfo(); } }