hch
6 天以前 e8d63e91d80cc59d7947ad026149c2b752ce9364
SdkProject/plugins/quick/java/com/secondworld/sdk/command/CmdPlatformPay.java
@@ -26,7 +26,6 @@
        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"));
@@ -39,7 +38,7 @@
        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位数时间戳