[U] Sync n3
This commit is contained in:
@@ -72,13 +72,8 @@ public class SDKManager {
|
||||
if (i == 0) {
|
||||
JSONObject serverResponse = new JSONObject(s);
|
||||
JSONObject userInfo = serverResponse.getJSONObject("result");
|
||||
JSONObject userInfoReorganization = new JSONObject();
|
||||
userInfoReorganization.put("userId", userInfo.optString("userId"));
|
||||
userInfoReorganization.put("token", userInfo.optString("token"));
|
||||
userInfoReorganization.put("jwttoken", userInfo.optString("jwttoken"));
|
||||
userInfoReorganization.put("loginChannelTypeC", userInfo.optString("loginChannelTypeC"));
|
||||
JSONObject userInfoResult = new JSONObject();
|
||||
userInfoResult.put("result", userInfoReorganization);
|
||||
userInfoResult.put("result", userInfo);
|
||||
result.put("respObj", userInfoResult);
|
||||
} else {
|
||||
result.put("errStr", s);
|
||||
|
||||
Reference in New Issue
Block a user