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,