songxingwei 3 vuotta sitten
vanhempi
commit
ceb41bf932
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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('', '权限不足'));