From ae05762cc0e7a037fc84ed50f86200af2f6a96cf Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Mon, 29 Apr 2024 01:30:04 +0800 Subject: [PATCH] yh --- 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 9a43e2d..87fa3ff 100644 --- a/Application/Base/Service/GameSourceService.class.php +++ b/Application/Base/Service/GameSourceService.class.php @@ -355,7 +355,7 @@ class GameSourceService { 'timeout' => 30.0, ]); try { - $response = $client->post('/upload', [ + $response = $client->post('/upload/upload', [ 'verify' => false, 'form_params' => [ 'file' => $localFilePath,