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
json body example: [ { "id": 1 }, { "id": 2 } ] How do I define it in the API file?
[ { "id": 1 }, { "id": 2 } ]
The text was updated successfully, but these errors were encountered:
不支持直接传数组
Sorry, something went wrong.
Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿
Direct passing of arrays is not supported
我也遇到了,咋解决呀?"RuleList": [{"targetValue":"699","warningValue":"599"},{"targetValue":"699","warningValue":"599"}]
I've encountered this too, how to solve it? "RuleList": [{"targetValue":"699","warningValue":"599"},{"targetValue":"699","warningValue":"599"}]
No branches or pull requests
json body example:
[ { "id": 1 }, { "id": 2 } ]
How do I define it in the API file?
The text was updated successfully, but these errors were encountered: