[Change]修改请求httpdns的经纬度请求衡阳

This commit is contained in:
donghongyu
2021-11-23 18:05:43 +08:00
parent ed49db4b32
commit c9186b9148
4 changed files with 7 additions and 4 deletions

3
.idea/misc.xml generated
View File

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

View File

@@ -39,6 +39,8 @@ public class MoGoApplication extends MultiDexApplication {
Random random = new Random();
double randomLat = random.nextDouble();
double randomLon = random.nextDouble();
// double randomLat = 112.582654;
// double randomLon = 26.816478;
/*
* 注thridPartyKey 自有App wbvpzgar
@@ -47,7 +49,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);
// 设置是否输出日志

View File

@@ -106,7 +106,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:hint="请输入要查看的车机SN"
android:text="F803EB2046PZD00188"
android:text="F803EB2046PZD00149"
android:textColor="#000"
app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -33,7 +33,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=true
RELEASE=false
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.3.8