@@ -237,6 +237,10 @@ class BaseShop extends Controller
private function checkAuth()
{
$user_model = new UserModel();
+ echo $this->url;
+ echo $this->app_module;
+ echo $this->group_info;
+ die;
$res = $user_model->checkAuth($this->url, $this->app_module, $this->group_info);
return $res;
}