From d025126bb9a2f5965092928ff2c796814ebd51c6 Mon Sep 17 00:00:00 2001
From: MacBuilder <MacBuilder@secondworld.com>
Date: 星期五, 21 九月 2018 23:53:32 +0800
Subject: [PATCH] fixed 更新思镤sdk逻辑

---
 ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm b/ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm
index 78d1b5d..1e35f7a 100644
--- a/ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm
+++ b/ChannelDiff/iOS/spyxxjios/The2thWorldSDK/UniversalSDK.mm
@@ -328,7 +328,8 @@
             [SPYOUCommonAPi connectionLoginForAnimated:YES block:^(NSString *userName, NSString *sessionID, NSString *timeStamp, NSString *Token) {
                 NSDictionary *_dict = [NSDictionary dictionaryWithObjectsAndKeys:
                                        [NSDictionary dictionaryWithObjectsAndKeys:Token, @"token",
-                                                                                timeStamp, @"timeStamp",
+                                                                                [NSString stringWithFormat:@"%@",timeStamp], @"timeStamp",
+                                                                                sessionID,@"session_id",
                                                                                 userName, @"account", nil],@"info",
                                        [NSNumber numberWithInt:S2U_FreePlatformLoginOk], @"code", nil];
                 [self SendMessageToUnity:_dict];

--
Gitblit v1.8.0