songxingwei 3 anos atrás
pai
commit
b9068be2a8
1 arquivos alterados com 4 adições e 4 exclusões
  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;
 	}