package dnsproviders // DNS操作接口 type ProviderInterface interface { // 检查账号 }