fxi bug of socketThird appkey problem

This commit is contained in:
zhongchao
2021-05-26 20:25:56 +08:00
parent 8e98f5bc61
commit 296dd0bded
2 changed files with 10 additions and 10 deletions

View File

@@ -46,7 +46,7 @@ public class ThirdSocketManager implements Callback {
.setClient(Platform.getClient(Platform.car))
.setChannelId(SocketServicesConstants.SOCKET_CHANNEL_ID)
.setOpenAnalytics(true)
.setSn(cloudClientConfig.getThirdPartyDeviceId())
.setSn(cloudClientConfig.getSn())
.setToken(cloudClientConfig.getToken())
.setAuthPubKey(cloudClientConfig.getAuthPubKey())
.setDebug(cloudClientConfig.isShowDebugLog());