fix: 补充Provider Access 的 UI 实现

This commit is contained in:
Jarod Liu
2024-11-16 09:52:28 +08:00
parent 2b0f7aaf8a
commit d1df088662
2 changed files with 10 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ func (d *ByteplusCDNDeployer) Deploy(ctx context.Context) error {
domains = append(domains, configDomain)
}
// 部署证书
// REF: https://www.volcengine.com/docs/6454/125712
// REF: https://github.com/byteplus-sdk/byteplus-sdk-golang/blob/master/service/cdn/api_list.go#L306
for i := range domains {
batchDeployCertReq := &cdn.BatchDeployCertRequest{
CertId: upres.CertId,