发布新版本

This commit is contained in:
董宏宇
2021-02-22 10:51:23 +08:00
parent 3e77662eac
commit de85831ad5
3 changed files with 13 additions and 11 deletions

View File

@@ -84,7 +84,7 @@ public class SocketManager implements IMogoCloudSocketManager, Callback {
.setChannelId(SocketServicesConstants.SOCKET_CHANNEL_ID)
.setOpenAnalytics(true)
// TODO 这里先用设备ID,原因是因为后台分配的SN与蘑菇自研车机SN不符合导致在线及推送有问题
.setSn(cloudClientConfig.getThirdPartyDeviceId())
.setSn(cloudClientConfig.getSn())
.setToken(cloudClientConfig.getToken())
.setAuthPubKey(cloudClientConfig.getAuthPubKey())
.setDebug(cloudClientConfig.isShowDebugLog());