修复CloudFront部署异常

This commit is contained in:
Hanada 2025-05-10 21:09:12 +08:00
parent cf36b4bd51
commit 4310ccb770

View File

@ -145,6 +145,7 @@ class AWS
$path = '/' . $this->version . $path;
$body = '';
$query = [];
if ($method == 'GET' || $method == 'DELETE') {
$query = $params;
} else {