mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-06 06:24:54 +00:00
feat: new deployment provider: flexcdn
This commit is contained in:
@@ -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").
|
||||
|
Reference in New Issue
Block a user