From 88385b2f878749627963e89a5640e8a96ff0b98f Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Wed, 27 Nov 2019 13:06:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E8=AF=95?= 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 a7c13f52b..ee63b1def 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -353,7 +353,7 @@ class GameSourceService { 'verify' => false, 'form_params' => [ 'file' => $localFilePath, - 'dist' => $distFilePath, + 'dest' => $distFilePath, 'is_delete_local' => ($isDeleteLocal ? 1 : 0), ] ]);