|
|
@ -516,7 +516,7 @@ public class ThirdLoginServiceImpl implements ThirdLoginService { |
|
|
|
} |
|
|
|
Object PublicCustomerResultDTO = mapToResult.getData(); |
|
|
|
JSONObject json = JSON.parseObject(PublicCustomerResultDTO.toString()); |
|
|
|
Map<String,Object> map = (Map)jsonObject.get("customer"); |
|
|
|
Map<String,Object> map = (Map)json.get("customer"); |
|
|
|
PaCustomerDTO customer = ConvertUtils.mapToEntity(map, PaCustomerDTO.class); |
|
|
|
logger.info("小程序登陆third服务获取客户用户信息PaCustomerDTO->"+customer); |
|
|
|
return customer; |
|
|
|