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