2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 06:47:20 +08:00

chore: update dependence

This commit is contained in:
2025-12-09 01:29:35 +08:00
parent 4694db2242
commit ce5074b254

View File

@@ -142,8 +142,10 @@ func (s *dnsSolver) getDNSProvider() (DNSProvider, error) {
switch s.dns {
case AliYun:
dns = &alidns.Provider{
AccKeyID: s.param.AK,
AccKeySecret: s.param.SK,
CredentialInfo: alidns.CredentialInfo{
AccessKeyID: s.param.AK,
AccessKeySecret: s.param.SK,
},
}
case Tencent:
dns = &tencentcloud.Provider{