lwb
2021-03-26 3dcd94f7c437966f3056ffc5f16da62d8173f751
SdkProject/plugins/quick/java/com/secondworld/sdk/QuickSdkMgr.java
@@ -217,10 +217,10 @@
                try {
                    args.clear();
                    JSONObject info = new JSONObject();
                    String cid = com.quicksdk.Extend.getInstance().getExtrasConfig("cid");
                    if (cid == null || cid.isEmpty())
                        cid = com.quicksdk.Extend.getInstance().getChannelType() + "";
                    String account = userInfo.getUID() + "@" + cid;
                    String channel = com.quicksdk.Extend.getInstance().getExtrasConfig("channel");
                    if (channel == null || channel.isEmpty())
                        channel = com.quicksdk.Extend.getInstance().getChannelType() + "";
                    String account = userInfo.getUID() + "@" + channel;
                    info.put("account", account);
                    info.put("userName", userInfo.getUID());
                    info.put("token", userInfo.getToken());