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