yu199195 commented on pull request #3028:
URL: 
https://github.com/apache/incubator-shenyu/pull/3028#issuecomment-1066627735


   add this  method  in ShenyuResultWrap.java
   
   ```
     public static Object error(final ShenyuResultEnum shenyuResult, final 
Object object) {
           return shenyuResult().error(shenyuResult.getCode(), 
shenyuResult.getMsg(), object);
       }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to