From 6f45b5b4f0215bfe3cfd6457a3cc97da41e50bdf Mon Sep 17 00:00:00 2001
From: allez <305670599@qq.com>
Date: 星期二, 27 二月 2024 17:42:20 +0800
Subject: [PATCH] 0312 越南充值比较特殊 映射对方的商品编号

---
 SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java b/SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java
index 24bc209..b3d3b00 100644
--- a/SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java
+++ b/SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java
@@ -26,7 +26,6 @@
         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"));

--
Gitblit v1.8.0