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
目前一旦配置了mock模式,则没有选项关闭它,需要支持
The text was updated successfully, but these errors were encountered:
增加一个字段 disable 用来禁用当前的 mock 服务,需要在 mocker 的 config.json 中进行配置。如果该值设置为 true,则该请求将直接走现网环境
disable
true
Sorry, something went wrong.
feat: 增加一个字段 disable 用来禁用当前的 mock 服务 #6
a6f042a
helinjiang
No branches or pull requests
目前一旦配置了mock模式,则没有选项关闭它,需要支持
The text was updated successfully, but these errors were encountered: