From dad69efea08159c719f86647c777257bb0b8b6eb Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期五, 21 十二月 2018 15:03:15 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/U3DRepository
---
Project/app/src/game_822055139/java/com/secondworld/univeralsdk/FreePlatformUtil.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/FreePlatformUtil.java b/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/FreePlatformUtil.java
index 69fe5a0..ecbde5c 100644
--- a/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/FreePlatformUtil.java
+++ b/Project/app/src/game_822055139/java/com/secondworld/univeralsdk/FreePlatformUtil.java
@@ -26,6 +26,7 @@
private static FreePlatformUtil s_Instance;
private boolean m_Init = false;
+ public boolean payProcessing = false;
public static FreePlatformUtil getInstace()
{
@@ -121,14 +122,17 @@
case FreeCallbackCode.PAY_SUCCESS:
m_Message.put("code", CodeA2U.FreePlatformPayOk);
UniversalUtil.sendMessageToUnity(m_Message);
+ payProcessing = false;
break;
case FreeCallbackCode.PAY_FAIL:
m_Message.put("code", CodeA2U.FreePlatformPayFail);
UniversalUtil.sendMessageToUnity(m_Message);
+ payProcessing = false;
break;
case FreeCallbackCode.PAY_CANCEL:
m_Message.put("code", CodeA2U.FreePlatformPayCancel);
UniversalUtil.sendMessageToUnity(m_Message);
+ payProcessing = false;
break;
}
}
--
Gitblit v1.8.0