|
@@ -89,6 +89,7 @@ public class YoumeiAccountServiceImpl extends ServiceImpl<YoumeiAccountMapper, Y
|
|
|
logger.error("error", e);
|
|
|
return false;
|
|
|
}
|
|
|
+ logger.info("response",body.asString(StandardCharsets.UTF_8));
|
|
|
|
|
|
CheckWordResponse checkWordDto = objectMapper.readValue(body.asString(StandardCharsets.UTF_8), CheckWordResponse.class);
|
|
|
CheckWordResponse.DataDTO data = checkWordDto.getData();
|