LBJWt commented on issue #3985:
URL: https://github.com/apache/shenyu/issues/3985#issuecomment-1260305546

   > 
   How do you accept parameters?
   like
    `
    @ShenyuDubboClient(path = "/callback/result/{type}")
       @Override
       public ApiResponse callbackHandle(Map<String,Object> reqStr,String type) 
{
   
   
           return null;
       }
   `
   


-- 
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