Closed littledu closed 1 year ago
接入指引:
// 开启 HTTPDNS enableHttpDNS: true, // 服务商提供的 serviceid httpDNSServiceId: 'wxa......', // 当 HTTPDNS 解析失败时,自动切回 localdns ,并回调通知业务 // 返回的错误码格式为:{errMsg: "request:fail getDNSInfo:fail", errCode: 602108} httpDNSErrorCallback(err: any) { // 用户自行上报 }
接入指引: