发布新版本
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user