Skip to content

Commit f42d2bf

Browse files
authored
Merge pull request #1195 from ioito/hotfix/qx-waf-id
fix(qcloud): waf instance id
2 parents 1e2643e + f82d639 commit f42d2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/multicloud/qcloud/waf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (self *SWafInstance) GetName() string {
7979
}
8080

8181
func (self *SWafInstance) GetGlobalId() string {
82-
return self.Domain
82+
return self.InstanceId
8383
}
8484

8585
func (self *SWafInstance) GetId() string {

0 commit comments

Comments
 (0)