修复长连接中的sn与设备信息不对称造成的登录状态不对的问题

This commit is contained in:
董宏宇
2021-02-08 18:58:20 +08:00
parent ae5089cc33
commit 8dcb51cd0d
3 changed files with 11 additions and 10 deletions

View File

@@ -20,7 +20,8 @@ public class LivePushActivity extends BaseLiveActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// 初始化直播流管理
liveStreamManager = LiveStreamManagerImpl.getInstance(this, MoGoAiCloudClientConfig.getInstance().getSn());
liveStreamManager = LiveStreamManagerImpl.getInstance(this,
MoGoAiCloudClientConfig.getInstance().getThirdPartyDeviceId());
}
@Override

View File

@@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="请输入要查看的车机SN"
android:text="X1020210128F803EB2046PZD00149"
android:text="F803EB2046PZD00149"
android:textColor="#FFFF"
app:layout_constraintBottom_toTopOf="@+id/liveToggleBtn"
app:layout_constraintEnd_toEndOf="parent"

View File

@@ -25,11 +25,11 @@ PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=false
# AI CLOUD 云平台
MOGO_NETWORK_VERSION=1.0.10-SNAPSHOT
MOGO_HTTPDNS_VERSION=1.0.10-SNAPSHOT
MOGO_PASSPORT_VERSION=1.0.10-SNAPSHOT
MOGO_SOCKET_VERSION=1.0.10-SNAPSHOT
MOGO_REALTIME_VERSION=1.0.10-SNAPSHOT
MOGO_TANLU_VERSION=1.0.10-SNAPSHOT
MOGO_LIVE_VERSION=1.0.10-SNAPSHOT
MOGO_TRAFFICLIVE_VERSION=1.0.10-SNAPSHOT
MOGO_NETWORK_VERSION=1.0.12-SNAPSHOT
MOGO_HTTPDNS_VERSION=1.0.12-SNAPSHOT
MOGO_PASSPORT_VERSION=1.0.12-SNAPSHOT
MOGO_SOCKET_VERSION=1.0.12-SNAPSHOT
MOGO_REALTIME_VERSION=1.0.12-SNAPSHOT
MOGO_TANLU_VERSION=1.0.12-SNAPSHOT
MOGO_LIVE_VERSION=1.0.12-SNAPSHOT
MOGO_TRAFFICLIVE_VERSION=1.0.12-SNAPSHOT