update
This commit is contained in:
@@ -105,6 +105,7 @@ public class SsoService {
|
|||||||
pJson.put("appId", webAppId);
|
pJson.put("appId", webAppId);
|
||||||
pJson.put("appSecret", webAppSecret);
|
pJson.put("appSecret", webAppSecret);
|
||||||
JSONObject userJson = getUserInfo(WEB_GET_USER_INFO, lcToken, pJson.toJSONString());
|
JSONObject userJson = getUserInfo(WEB_GET_USER_INFO, lcToken, pJson.toJSONString());
|
||||||
|
System.out.println("userJson=============" + JSONObject.toJSONString(userJson));
|
||||||
if (ObjectUtils.isEmpty(userJson)) {
|
if (ObjectUtils.isEmpty(userJson)) {
|
||||||
throw new RuntimeException("获取用户信息失败");
|
throw new RuntimeException("获取用户信息失败");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user