songxingwei 3 年之前
父节点
当前提交
6a0fef85a0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/shop/controller/BaseShop.php

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

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