This commit is contained in:
Fu Diwei
2024-11-07 15:01:46 +08:00
parent 44332b9d07
commit 5d2844fdb6
4 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ func (u *DogeCloudUploader) Upload(ctx context.Context, certPem string, privkeyP
return nil, xerrors.Wrap(err, "failed to execute sdk request 'cdn.UploadCdnCert'")
}
certId = uploadSslCertResp.Data.Id
certId = fmt.Sprintf("%d", uploadSslCertResp.Data.Id)
return &uploader.UploadResult{
CertId: certId,
CertName: certName,