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
仅小建议,方便使用
暂无方案,应该要改代码吧
** 1、增加组接口前缀,如该模块下配置接口前缀"/system", 则“/get” --> "/system/get"
2、增加全局接口响应格式, 如该仓库下配置全局响应格式,如:{code: "200", success: true, time: 1627003506512, data: $res}, 响应模版为:[1, 2, 3, ...], 则实际响应返回为: {code: "200", success: true, time: 1627003506512, data: [1, 2, 3, ...] **
The text was updated successfully, but these errors were encountered:
No branches or pull requests
仅小建议,方便使用
暂无方案,应该要改代码吧
**
1、增加组接口前缀,如该模块下配置接口前缀"/system", 则“/get” --> "/system/get"
2、增加全局接口响应格式,
如该仓库下配置全局响应格式,如:{code: "200", success: true, time: 1627003506512, data: $res},
响应模版为:[1, 2, 3, ...],
则实际响应返回为:
{code: "200", success: true, time: 1627003506512, data: [1, 2, 3, ...]
**
The text was updated successfully, but these errors were encountered: