FeignClient requests unified processing result how I want to request results from 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:
@ AfterRunning