|
|
|
@ -200,7 +200,8 @@ public class SdtServiceImpl implements SdtService { |
|
|
|
|
|
|
|
log.info("【山东通】获取用户信息,code:{}, access_token:{}", authCode, getCachedAccessToken(customerId)); |
|
|
|
|
|
|
|
Result<String> sdtResult = new Result<String>().ok("{\"errcode\":40014,\"errmsg\":\"invalid access_token [logid:]\"}"); //HttpClientManager.getInstance().sendGet(sdtAppInfoEntity.getApiAddress() + API_GET_USER_INFO_URL, params);
|
|
|
|
//"{\"errcode\":40014,\"errmsg\":\"invalid access_token [logid:]\"}"
|
|
|
|
Result<String> sdtResult = HttpClientManager.getInstance().sendGet(sdtAppInfoEntity.getApiAddress() + API_GET_USER_INFO_URL, params); |
|
|
|
if (!sdtResult.success()) { |
|
|
|
// http状态判断
|
|
|
|
log.error("【山东通登录】查询用户编码-http错误:{}", sdtResult.getMsg()); |
|
|
|
|