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
环境信息
问题描述
response表中的数据看起来是可以控制返回数据,但是使用不生效,也没有找到对应的文档介绍 如将user的structure改为{"put": {"extra": "Response works! "}, "remove": "head"} 重启服务依旧返回了head字段,也没有添加extra字段
The text was updated successfully, but these errors were encountered:
https://github.com/Tencent/APIJSON
Sorry, something went wrong.
文档中没有response表的用法
对 Response 的校验配置,几年前刚实现没几天就取消支持了,也从来没写过对应的文档。 https://github.com/Tencent/APIJSON/blob/master/APIJSONORM/src/main/java/apijson/orm/AbstractParser.java
可以用远程函数来做 #101
No branches or pull requests
环境信息
问题描述
response表中的数据看起来是可以控制返回数据,但是使用不生效,也没有找到对应的文档介绍
如将user的structure改为{"put": {"extra": "Response works! "}, "remove": "head"}
重启服务依旧返回了head字段,也没有添加extra字段
The text was updated successfully, but these errors were encountered: