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
现在构建的所有接口全都带上了 UiContext 和 UserContext,对于部分 REST 接口并无作用,在传输层面占用大量字节。
UiContext
UserContext
一种方案如下:
this.response.apiOnly = true this.response.body = { // ... }
The text was updated successfully, but these errors were encountered:
framework: remove uicontext by default (#900)
7a0a6cc
framework: remove uicontext by default (#900) (#901)
5e37a63
a215e6f
No branches or pull requests
现在构建的所有接口全都带上了
UiContext
和UserContext
,对于部分 REST 接口并无作用,在传输层面占用大量字节。一种方案如下:
The text was updated successfully, but these errors were encountered: