mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-07 10:40:25 +08:00
DNSPod和Alidns记录信息增加缓存
This commit is contained in:
@@ -552,7 +552,7 @@ func (this *NodeClusterService) FindEnabledNodeClusterDNS(ctx context.Context, r
|
||||
TypeName: dnsclients.FindProviderTypeName(provider.Type),
|
||||
}
|
||||
|
||||
manager := dnsclients.FindProvider(provider.Type)
|
||||
var manager = dnsclients.FindProvider(provider.Type, int64(provider.Id))
|
||||
if manager != nil {
|
||||
apiParams, err := provider.DecodeAPIParams()
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user