dromara / forest

A high-level and lightweight declarative HTTP client framework for Java. it makes sending HTTP requests in Java easier.
MIT License
1.69k stars 217 forks source link

forest请求报错 #200

Open sheep-lili opened 3 months ago

sheep-lili commented 3 months ago

forest 版本1.5.36

backend: httpclient

问题

forest 请求其他接口没问题,但是唯独请求http://obgateway.test.abchina.com/AraratGateWay/openabc/api/sociallifepayment/gettypes/v1 image

mySingleLive commented 3 months ago

这看上去是 okhttp3 的依赖冲突,可以检查下jar包是否存在冲突,如果还不行的话 backend 换成 httpclient 试一下