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

+ 4 - 4
app/shop/controller/BaseShop.php

@@ -241,10 +241,10 @@ class BaseShop extends Controller
 	private function checkAuth()
 	{
 		$user_model = new UserModel();
-		echo $this->url."<br />";
-		echo $this->app_module."<br />";
-		dump($this->group_info)."<br />";
-		die;
+//		echo $this->url."<br />";
+//		echo $this->app_module."<br />";
+//		dump($this->group_info)."<br />";
+//		die;
 		$res = $user_model->checkAuth($this->url, $this->app_module, $this->group_info);
 		return $res;
 	}