-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
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
Could you provide a configuration that can disable the automatic generation of random numbers for mock values? #497
Comments
@xiaoyao-jimmy |
We have conducted secondary platform development. Changes in random numbers can lead the platform to think that the interface has been modified, and in most cases, filling in example parameters with random numbers doesn't serve much purpose. We hope to support leaving them unfilled when not using |
You could also submit a pull request (PR). In fact, making basic type judgments would suffice. For instance, after toggling a switch, similar to how integers return 0 and strings return empty, as in the following format, which maintains the integrity of the JSON without affecting the judgment:
|
RT
The text was updated successfully, but these errors were encountered: