diff --git a/README.md b/README.md index 88cbfa5..ca53313 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,10 @@ global filter 的demo示例\ Demo示例简单展示了该接口的最基本的用法\ +日志显示sort 1,path=xxx,ip=ddd则接口生效\ SedDemo示例用于指明多个global filter接口的执行顺序\ -ErrorDemo示例则展示了该接口的错误用法\ \ No newline at end of file +如果输出的日志顺序是以下的顺序说明执行顺序正确\ +sort 1,path=xxx,ip=ddd\ +sort 2,path=xxx,ip=ddd\ +ErrorDemo示例则展示了该接口的错误用法\ +访问webroot/decision/error/demo 返回 This Is A Error Demo! 表示插件运行正常 \ No newline at end of file