| | |
| | | roleInfo.setServerId(json.getString("sid")); |
| | | roleInfo.setVipLevel(json.getString("vipLevel")); |
| | | |
| | | String attach = "9998_" + json.getString("orderId") + "_" + json.getString("sid") + "_" + json.getString("cpInfo"); |
| | | String attach = "9997_" + json.getString("orderId") + "_" + json.getString("sid") + "_" + json.getString("cpInfo"); |
| | | MySdkMgr.I.pay(json.getString("roleID"), json.getString("mount"), |
| | | json.getString("sid"), json.getString("cpInfo"), |
| | | json.getString("title"), json.getString("orderId"), attach, roleInfo); |