调用fegin的时候一直报这个错误 后来从数据库里发现 money数据为null 所以出现这个错误

feign.FeignException: status 400 reading PayFeign#nativePay(String,Integer)

 还有就是如果是403你的 服务层controller 它返回的不是json数据 在类上加RestController或者在方法上加ResponseBody

feign.FeignException: status 400 reading PayFeign#nativePay(String,Integer)

相关文章:

  • 2021-04-02
  • 2021-12-04
  • 2021-05-20
  • 2021-11-12
  • 2022-12-23
  • 2021-06-28
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2021-05-29
  • 2022-12-23
  • 2021-05-18
  • 2021-09-30
  • 2022-12-23
相关资源
相似解决方案