配合 LivePushService 修改环境

This commit is contained in:
董宏宇
2021-11-05 14:32:32 +08:00
parent f3bbbfacff
commit d7243f34c1
2 changed files with 2 additions and 2 deletions

2
.idea/misc.xml generated
View File

@@ -11,7 +11,7 @@
<component name="DesignSurface">
<option name="filePathToZoomLevelMap">
<map>
<entry key="app/src/main/res/layout/activity_live_play_and_push.xml" value="0.2703125" />
<entry key="app/src/main/res/layout/activity_live_play_and_push.xml" value="0.1" />
<entry key="app/src/main/res/layout/activity_live_push.xml" value="0.3640625" />
<entry key="app/src/main/res/layout/activity_main.xml" value="0.3640625" />
</map>

View File

@@ -46,7 +46,7 @@ public class MoGoApplication extends MultiDexApplication {
// 配置云服务API
MoGoAiCloudClientConfig clientConfig = MoGoAiCloudClientConfig.getInstance();
// 设置网络环境HTTP_DNS_ENV_QA、HTTP_DNS_ENV_RELEASE、HTTP_DNS_ENV_DEV
clientConfig.setNetMode(MogoHttpDnsConfig.HTTP_DNS_ENV_QA);
clientConfig.setNetMode(MogoHttpDnsConfig.HTTP_DNS_ENV_RELEASE);
// 设置是否是第三APP登录false自有车机 true外部三方车机
clientConfig.setThirdLogin(true);
// 设置是否输出日志