From 16d458155ab19449ffd34ca477d5223bfd26f1ef Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Mon, 11 Nov 2019 12:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= 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 d69731847..7c3106c48 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -314,7 +314,7 @@ class GameSourceService { return [ 'status' => true, - 'message' => '打包成功!', + 'message' => '打包成功!' . $debugInfo, 'data' => [ 'plistUrl' => $plistUrl, ]