From 3ec0ba70527d46849d214d16c7fc2d6b351e79cb Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Wed, 11 Jun 2025 19:58:27 +0800 Subject: [PATCH] fix: #781 --- internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go b/internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go index 6ea13077..66928449 100644 --- a/internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go +++ b/internal/pkg/core/deployer/providers/aliyun-ga/aliyun_ga.go @@ -202,6 +202,7 @@ func (d *DeployerProvider) updateListenerCertificate(ctx context.Context, cloudA listListenerCertificatesReq := &aliga.ListListenerCertificatesRequest{ RegionId: tea.String("cn-hangzhou"), AcceleratorId: tea.String(d.config.AcceleratorId), + ListenerId: tea.String(d.config.ListenerId), NextToken: listListenerCertificatesNextToken, MaxResults: tea.Int32(20), }