Skip to content

Commit

Permalink
feat:去除没有用的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
erichuyuehu committed Sep 23, 2024
1 parent 21e0e45 commit cedb1a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HTTPDNSSwiftDemo/MSDKDnsSwiftDemo/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ class ViewController: UIViewController {
// 调用SDK解析接口之前必须初始化配置
self.msdkDns = MSDKDns.sharedInstance() as? MSDKDns;
self.msdkDns?.initConfig(with: [
"dnsIp": "119.29.29.99",
"debug": true,
"dnsId": "your dnsId",
"dnsKey": "your dnsKey",
Expand Down

0 comments on commit cedb1a2

Please sign in to comment.