标签:必须 接口 默认 style ram family param stp reg
1.@RequestBody 必须要写在实现接口中
2.Feign 客户端调用的时候如果有参数的话,默认是发送post请求
3.服务接口中的请求参数必须要加上@RequestParam("registCode")注解
Feign 客户端调用错误
原文地址:https://www.cnblogs.com/ming-blogs/p/11129663.html