allez
2023-11-30 412f3954e46f2b7e06ad1b54963aa7796a4883cf
SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java
@@ -26,6 +26,7 @@
        extraData.put("cporderid", json.getString("orderId"));
        extraData.put("serverid", json.getString("sid"));
        extraData.put("channelID", QuickSdkMgr.I.channelID);
        extraData.put("multiple", json.getString("multiple"));
        GameRoleInfo roleInfo = new GameRoleInfo();
        roleInfo.setServerID(json.getString("sid"));
@@ -64,6 +65,6 @@
                URLEncoder.encode(extraData.toString(), "utf-8"));
        QuickSdkMgr.I.pay(orderInfo, roleInfo);
        PlatformDiff.I.PrePayEvent(json.getString("title"), json.getString("cpInfo"), (int) json.getDouble("mount"));
        PlatformDiff.I.PrePayEvent(json.getString("title"), json.getString("cpInfo"), json.getDouble("mount"));
    }
}