478320 commented on issue #6214: URL: https://github.com/apache/shenyu/issues/6214#issuecomment-3458308557
> [@478320](https://github.com/478320) hi, if have time. pls take a look. > > The ci has "bodyToJson", but i not found it in shenyu project code. thx > > ``` > public @interface ShenyuMcpRequestConfig { > > /** > * headers. > * > * @return the headers > */ > ShenyuMcpHeader[] headers() default {}; > > /** > * bodyJson. > * @return the bodyJson > */ > String bodyJson() default ""; > > } > ``` @yuluo-yx Thank you for pointing out the issue earlier. I wanted to let you know that it has been fixed in my latest PR #6213 . Please feel free to review it when you have a chance. -- 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]
