修改dns初始化
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user