| | |
| | | // 测试账号: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); |