初始化自定义 DNS 解析Map
Future<void> initCustomerDNS(Map<String, List<String>> dnsMap) async { return _cosApi.initCustomerDNS(dnsMap); }