@@ -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('', '权限不足'));