| | |
| | | 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"));
|
| | |
| | | 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"));
|
| | | }
|
| | | }
|