From e055cc27d59396512139da4621a407e83ab222f2 Mon Sep 17 00:00:00 2001 From: zhengyongxing Date: Fri, 27 Dec 2019 10:35:25 +0800 Subject: [PATCH] =?UTF-8?q?ajax=E6=B8=B8=E6=88=8F=E5=8C=BA=E6=9C=8D?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E8=AE=BE=E5=A4=87=E9=9D=9E=E5=BF=85=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Controller/AjaxController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Admin/Controller/AjaxController.class.php b/Application/Admin/Controller/AjaxController.class.php index 3dcc0cc60..2d6092dec 100644 --- a/Application/Admin/Controller/AjaxController.class.php +++ b/Application/Admin/Controller/AjaxController.class.php @@ -83,7 +83,7 @@ class AjaxController extends ThinkController{ if ($sdk_version) { $map['server_version'] = $game_map['sdk_version'] = $sdk_version; }else { - $this->AjaxReturn([]); +// $this->AjaxReturn([]); } $game = M("Game", 'tab_')->where($game_map)->getField('id', true);