songxingwei 3 سال پیش
والد
کامیت
06ab4ebbbe
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 />";
-		echo $this->group_info."<br />";
+		dump( $this->group_info)."<br />";
 		die;
 		$res = $user_model->checkAuth($this->url, $this->app_module, $this->group_info);
 		return $res;