Merge pull request #82 from yunify/fix-create-crt-

create certificate use POST
This commit is contained in:
runzexia 2017-12-22 17:53:02 +08:00 committed by GitHub
commit 0896d3378d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ func (s *LoadBalancerService) CreateServerCertificate(i *CreateServerCertificate
Config: s.Config,
Properties: s.Properties,
APIName: "CreateServerCertificate",
RequestMethod: "GET",
RequestMethod: "POST",
}
x := &CreateServerCertificateOutput{}