-
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
Add common parameters to the interface. #132
Comments
The customRequest/ResponseFields configuration seems unable to meet this requirement. |
requestBodyAdvice |
Currently, it is only possible to configure common For example:
|
Currently, it is only possible to configure common For example:
Headers are already configured, so there's no need to set them again as header type. |
Currently, it is only possible to configure common For example:
My situation is as follows: http://localhost/users?page=1&pageSize=10 Here, the parameters page and pageSize are handled by an interceptor and can be used when calling any interface; these two parameters do not appear on the controller. |
feat: add requestParams for git #132
How should I configure common request parameters in smart-doc.json (I handle these parameters through an interceptor, and they are not passed into the controller)? Similar to the requestHeaders configuration item (expecting requestParams), but it is not found.
The text was updated successfully, but these errors were encountered: