This commit is contained in:
chenyanchang
2026-06-16 17:49:56 +08:00
parent 3cf9beb513
commit 8c435f0f7b

View File

@@ -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("获取用户信息失败");
} }