|
|
|
@ -292,8 +292,10 @@ public class AppThirdLoginController { |
|
|
|
log.info("accessKeySign: {}",secret); |
|
|
|
params.put("appCode",code); |
|
|
|
String data = null; |
|
|
|
String paramsjson = JSONObject.toJSONString(params); |
|
|
|
log.info("paramsjson: {}",paramsjson); |
|
|
|
try { |
|
|
|
data = HttpUtil.httpSendPost(siqUrl + "/pub/auth/getUserInfo", JSONObject.toJSONString(params),new HashMap<>()); |
|
|
|
data = HttpUtil.httpSendPost(siqUrl + "/pub/auth/getUserInfo", paramsjson,new HashMap<>()); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
log.error("---> 获取深i企用户信息失败,返回结果:{}",data); |
|
|
|
|