From 3b681670dfe41a056130940787e54495214bb8b1 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 13 Nov 2019 17:02:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= 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 c17aee6f0..0c4ff1eb0 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -263,7 +263,7 @@ class GameSourceService { $debugTime4 = microtime(true); $distFilePath = 'GamePack/' . $fileName; - $result = $this->uploadPackage($localPath, $distFilePath, false); + $result = $this->uploadPackage($localPath, $distFilePath, true); if ($result['status']) { $packageUrl = $result['data']['url']; $packageUrl = $packageUrl == '@' ? $relativePath : $packageUrl;