Merge branch 'master' of http://192.168.0.87:10010/r/U3DRepository
| | |
| | | }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); |
| | |
| | | andWithLLReserved:_extraData |
| | | andWithLLDesc:[_dict objectForKey:@"title"]]; |
| | | |
| | | NSMutableDictionary *_dict = [NSMutableDictionary dictionaryWithObjectsAndKeys: |
| | | [NSNumber numberWithInt:S2U_FreePlatformLoginCancel],@"code",nil]; |
| | | [self SendMessageToUnity:_dict]; |
| | | |
| | | } |
| | | break; |