hch
3 天以前 2a011653190c36e6fb1f790b3819a1d6b0744aef
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);