mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-07-02 22:25:38 +08:00
修复CloudFront部署异常
This commit is contained in:
@@ -145,6 +145,7 @@ class AWS
|
||||
|
||||
$path = '/' . $this->version . $path;
|
||||
$body = '';
|
||||
$query = [];
|
||||
if ($method == 'GET' || $method == 'DELETE') {
|
||||
$query = $params;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user