修改dns初始化

This commit is contained in:
董宏宇
2021-01-28 18:08:54 +08:00
parent e972cd360d
commit bbcd1fcc84

View File

@@ -109,7 +109,7 @@ public class MoGoAiCloudClient {
mHttpDnsConfig =
new MogoHttpDnsConfig()
.setContext(mContext)
.setSn(mAiCloudClientConfig.sn)
.setSn(mAiCloudClientConfig.getSn())
.setEnv(mAiCloudClientConfig.getNetMode())
.setShowDebugLog(mAiCloudClientConfig.isShowDebugLog())
.setCurrentLocation(mAiCloudClientConfig.getIHttpDnsCurrentLocation())