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
请问如何在下面的 data.json 中指定 @url 的值, 能让这个 mock 接口匹配到诸如 /performance/1, /performance/2, /performace/1;st=0 等等的接口请求呢?
/performance/1
/performance/2
/performace/1;st=0
/** * 列表 * * @url /performance */ { "code": 200, "data|10": [ { "categoryId|+1": 1, "categoryName": "@name", "performanceQuantities": 0 } ] }
The text was updated successfully, but these errors were encountered:
抱歉,之前没做 restful 兼容,之后抽空兼容下。
Sorry, something went wrong.
omg,我拉个分支吧
大佬,我在你的思路上重新搞了个包,请移步https://github.com/chaoxuelei/express-mock-doc
No branches or pull requests
请问如何在下面的 data.json 中指定 @url 的值,
能让这个 mock 接口匹配到诸如
/performance/1
,/performance/2
,/performace/1;st=0
等等的接口请求呢?The text was updated successfully, but these errors were encountered: