|
@@ -232,6 +232,8 @@ public class UiasApiController {
|
|
JSONObject jsonObject = new JSONObject(str2);
|
|
JSONObject jsonObject = new JSONObject(str2);
|
|
String userId = jsonObject.get("userId").toString();
|
|
String userId = jsonObject.get("userId").toString();
|
|
|
|
|
|
|
|
+ map.put("userId",userId);
|
|
|
|
+
|
|
System.out.println("用户详细信息json2:" + str2);
|
|
System.out.println("用户详细信息json2:" + str2);
|
|
System.out.println("用户详细信息json2:" + userId);
|
|
System.out.println("用户详细信息json2:" + userId);
|
|
|
|
|