hch
2024-12-19 bc8c2d140d37f8370f3cb18d084cde1ef8f15e71
SdkProject/plugins/x7sm/java/com/secondworld/sdk/command/CmdPlatformPay.java
@@ -35,9 +35,9 @@
        // 测试账号:x7demo 密码:123456(选择小号1进入游戏) 小号名称:小号1  :对应的game_guid:2018642
        mPayInfo.setGame_guid (json.getString("game_guid"));
        mPayInfo.setGame_orderid (json.getString("orderId"));
        mPayInfo.setGame_price (String.format("%.2f", Float.parseFloat(json.getString("mount"))));
        mPayInfo.setGame_price (json.getString("mount"));
        mPayInfo.setNotify_id (json.getString("notify_id"));
        mPayInfo.setSubject (json.getString("title").replace(" ",""));
        mPayInfo.setSubject (json.getString("title"));
        mPayInfo.setGame_sign (json.getString("game_sign"));
        QuickSdkMgr.I.pay(mPayInfo);