songxingwei 3 年之前
父節點
當前提交
b6941f9c6e
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/shop/controller/BaseShop.php

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

@@ -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;
 	}