client_Hale
2018-10-22 ca921214499555464912c51f3015f864dff8dbfc
Merge branch 'master' of http://192.168.0.87:10010/r/U3DRepository
1个文件已修改
5 ■■■■ 已修改文件
ChannelDiff/iOS/jisugameios/The2thWorldSDK/UniversalSDK.mm 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ChannelDiff/iOS/jisugameios/The2thWorldSDK/UniversalSDK.mm
@@ -162,7 +162,7 @@
    }else if (result == XHAuxiliary_CANCEL){
        NSLog(@"取消  %@",data);
        NSMutableDictionary *_dict = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                      [NSNumber numberWithInt:S2U_FreePlatformPayFail],@"code",nil];
                                      [NSNumber numberWithInt:S2U_FreePlatformLoginCancel],@"code",nil];
        [                         self SendMessageToUnity:_dict];
    }else if (result == XHAuxiliary_UNKNOW){
        NSLog(@"错误  %@",data);
@@ -423,6 +423,9 @@
                                    andWithLLReserved:_extraData
                                        andWithLLDesc:[_dict objectForKey:@"title"]];
            
            NSMutableDictionary *_dict = [NSMutableDictionary dictionaryWithObjectsAndKeys:
                                          [NSNumber numberWithInt:S2U_FreePlatformLoginCancel],@"code",nil];
            [self SendMessageToUnity:_dict];
            
        }
            break;