SpringCloud how to deal with FeignClient request results? I want to ask for the results made in FeignClient encapsulation layer, how to unified handling, use a handler or interceptor? , such as the results back {" result ":" success "}, I'd like to encapsulate the results into {" code ": 0," data ": {" result" : "success"}}
CodePudding user response:
This problem solved? I also encountered such a problem