LianjiaTech / retrofit-spring-boot-starter

A spring-boot starter for retrofit, supports rapid integration and feature enhancements.(适用于retrofit的spring-boot-starter,支持快速集成和功能增强)
Apache License 2.0
1.78k stars 340 forks source link

结果中有total字段不能反序列化 #177

Open kaibo-li opened 4 months ago

kaibo-li commented 4 months ago

使用httpclient请求接口total字段有有值,使用 retrofit返回字段total 不能反序列化(使用版本2.4.1) 微信图片_20240702124956

chentianming11 commented 3 months ago

total字段可以正常反序列化。你这边可以通过指定@Logging(logStrategy = LogStrategy.BODY)打印响应报文看看是否有问题,

image
Qin-K commented 3 months ago

retrofit 底层默认使用的 jackson进行反序列化,看你用httpclient是用的fastjson看下是不是这个差异导致的