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

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

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