songxingwei 3 yıl önce
ebeveyn
işleme
ceb41bf932
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      app/shop/controller/BaseShop.php

+ 0 - 1
app/shop/controller/BaseShop.php

@@ -65,7 +65,6 @@ class BaseShop extends Controller
 		$this->getGroupInfo();
 		if (!$this->checkAuth()) {
 			if (!request()->isAjax()) {
-			    echo 222;die;
 				$this->error('权限不足');
 			} else {
 				echo json_encode(error('', '权限不足'));