Merge branch 'main' into feat/notifier

This commit is contained in:
Fu Diwei
2024-11-09 12:14:21 +08:00
8 changed files with 50 additions and 47 deletions

View File

@@ -50,7 +50,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,