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
如题, 是否支持修改 ApiReturnSucc/ApiReturnError 的类型?
场景: 兼容已有的接口规范
The text was updated successfully, but these errors were encountered:
目前可以通过 preRecvDataFlow 和 preSendDataFlow 来修改。 但目前这种方式有缺陷,就是会需要 JSON.parse 修改后再 JSON.stringify。
后续版本会增加相关的配置选项,可以先临时使用 Flow 过渡。
Sorry, something went wrong.
No branches or pull requests
如题, 是否支持修改 ApiReturnSucc/ApiReturnError 的类型?
场景: 兼容已有的接口规范
The text was updated successfully, but these errors were encountered: