From a9ba68d2548444a65358a488cff5eb5b51d29daa Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 21 Oct 2019 16:54:08 +0800 Subject: [PATCH] =?UTF-8?q?SDK=E7=94=A8=E6=88=B7=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/GameController.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Sdk/Controller/GameController.class.php b/Application/Sdk/Controller/GameController.class.php index 457b729b..bb0d5dd2 100644 --- a/Application/Sdk/Controller/GameController.class.php +++ b/Application/Sdk/Controller/GameController.class.php @@ -60,6 +60,7 @@ class GameController extends BaseController{ 'menus' => $menus, ] ]; + echo base64_encode(json_encode($data)); } //获取游戏域名 //yyh 2018 10 23