| | |
| | | String familyName = json.getString("familyName").trim().replace(" ","");
|
| | | if (familyName.isEmpty())
|
| | | {
|
| | | familyName = "default";
|
| | | familyName = "1";
|
| | | }
|
| | | roleInfo.setPartyName(familyName);//设置帮派名称
|
| | | roleInfo.setRoleCreateTime(json.getString("createTime")); //UC,当乐与1881,TT渠道必传,值为10位数时间戳
|
| | |
| | | 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"));
|
| | | }
|
| | | }
|