songxingwei преди 3 години
родител
ревизия
90fdd173f5
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      app/shop/controller/BaseShop.php

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

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