|
@@ -143,6 +143,8 @@ public class FanWeiSSOAuthtication extends ThirdAppAuthtication {
|
|
, Base64.decodeBase64(apiResult.getBytes("UTF-8"))));
|
|
, Base64.decodeBase64(apiResult.getBytes("UTF-8"))));
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ userJSONString = userJSONString.substring(1, userJSONString.length() - 1).replace("\\", "");
|
|
|
|
+
|
|
JSONObject userInfo = JSONObject.parseObject(userJSONString);
|
|
JSONObject userInfo = JSONObject.parseObject(userJSONString);
|
|
if(userInfo.get("jobNum") == null){
|
|
if(userInfo.get("jobNum") == null){
|
|
logger.info("FanWeiSSOAuthtication:getuserinfo fail");
|
|
logger.info("FanWeiSSOAuthtication:getuserinfo fail");
|