我试图使用 Mountebank 传递路径参数。
下面正在工作,但路径是静态的,没有任何参数。
"predicates": [
{
"equals": {
"method": "GET",
"path": "/accounts",
"query": {
"permissionId": "xxx"
}
}
}
],
"responses": [
{
..... }
]
如果我需要做参数GET /accounts/[account-no]
在哪里account-no