改进智能DNS验证相关API

This commit is contained in:
刘祥超
2023-06-05 12:34:51 +08:00
parent 2ff4c67e57
commit ffd261b285
4 changed files with 189 additions and 136 deletions
+2
View File
@@ -237,6 +237,8 @@ message VerifyNSDomainResponse {
bool isOk = 1; // 是否成功
string errorCode = 2; // 错误代码
string errorMessage = 3; // 错误消息
repeated string currentTXTValues = 4; // 当前的TXT值
repeated string currentNSValues = 5; // 当前的NS记录值
}
// 查询记录健康检查全局设置