V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
travelcc
V2EX  ›  问与答

请教一下各位大佬, feign 接口传递 HttpServletRequest 参数问题

  •  
  •   travelcc · 7 天前 · 316 次点击

    各位大佬好,碰到一个 feignClient ,接口定义如下, R onMessage(@PathVariable("modelKey") String modelKey, @PathVariable("deviceNo") String deviceNo, HttpServletRequest request);

    现在需要在别的服务通过 feign 调用这个接口,但是无法直接传递 request 过来,报错提示: feign.codec.EncodeException: Error converting request body

    已知接口无法更改,请问大佬们,怎么能把 request 传递过去的,或者用 webclient ,restTemplate 这种呢

    1 条回复    2024-11-14 12:54:20 +08:00
    oneisall8955
        1
    oneisall8955  
       7 天前
    对方拿 HttpServletReuest 干嘛?大概率是获取某些请求头或 response 对象。那个是对方系统自动获取的。你这边设置 null 不传递试试
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3048 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 13:56 · PVG 21:56 · LAX 05:56 · JFK 08:56
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.