From 6f1e4551ac7d48efa6bb9e5db7c15ec48de485c3 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 6 Nov 2019 14:38:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Base/Service/GameSourceService.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Base/Service/GameSourceService.class.php b/Application/Base/Service/GameSourceService.class.php index 42051ded9..79c8aee94 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -49,7 +49,7 @@ class GameSourceService { { $gameSourceUrl = $this->getGameSourceUrl($gameSource); $appPath = $this->getIpaAppPath($this->getGameSourceUrl($gameSource)); - return $appPath . '/' . Base62::encode($packData); + return $appPath . '/' . Base62::encode(json_encode($packData)); } public function getGameSourceUrl($gameSource)