We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请教下,
test.com includeFilter://b:/"Id":"(mock_\w+)"|"order_status_list":["(\w*)"]/i http://mock.cn/findorderlistquery urlParams://(shopId=$1&orderState=$2)
$1和$2都是空的。 是哪里不对吗?或者有其他什么办法?
The text was updated successfully, but these errors were encountered:
需要用插件:https://github.com/whistle-plugins/examples/tree/master/whistle.set-rules-according-body
Sorry, something went wrong.
最新版 v2.9.59,重新安装并重启 Whistle,为了跟 url 的 pattern 做区分需要把 $0、$1 等改成 $b0、$b1。
v2.9.59
$0
$1
$b0
$b1
No branches or pull requests
请教下,
test.com includeFilter://b:/"Id":"(mock_\w+)"|"order_status_list":["(\w*)"]/i http://mock.cn/findorderlistquery urlParams://(shopId=$1&orderState=$2)
$1和$2都是空的。
是哪里不对吗?或者有其他什么办法?
The text was updated successfully, but these errors were encountered: