client_Hale
2018-09-05 862a13b78b82b425638aea5280d0b31a76c3bbe1
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;
                }
            }