lixianli1987 opened a new issue, #4757: URL: https://github.com/apache/shenyu/issues/4757
### Question https://shenyu.apache.org/zh/docs/developer/custom-plugin public class CustomPlugin extends AbstractShenyuPlugin { @Override protected abstract Mono<Void> doExecute(ServerWebExchange exchange, ShenyuPluginChain chain, SelectorData selector, RuleData rule) { // how to get the request params whit post body json } }  -- 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]
