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;