feat: new deployment provider: flexcdn

This commit is contained in:
Fu Diwei
2025-05-16 22:18:03 +08:00
parent 122d766cab
commit eabd16dd71
28 changed files with 741 additions and 26 deletions

View File

@@ -65,8 +65,8 @@ func (c *Client) sendRequest(method string, path string, params interface{}) (*r
}
req = req.
SetQueryParams(qs).
SetHeader("X-Edge-Access-Token", c.accessToken)
SetHeader("X-Edge-Access-Token", c.accessToken).
SetQueryParams(qs)
} else {
req = req.
SetHeader("Content-Type", "application/json").