We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfde6f commit 9b5eab6Copy full SHA for 9b5eab6
1 file changed
continew-server/src/main/resources/config/application.yml
@@ -142,11 +142,11 @@ continew-starter.web.response:
142
# 自定义成功响应码(默认:0)
143
default-success-code: 0
144
# 自定义成功提示(默认:ok)
145
- default-success-msg: ok
+ default-success-msg: 操作成功
146
# 自定义失败响应码(默认:1)
147
default-error-code: 1
148
# 自定义失败提示(默认:error)
149
- default-error-msg: error
+ default-error-msg: 服务器异常,请联系管理员
150
# 是否将原生异常错误信息填充到状态信息中
151
origin-exception-using-detail-message: false
152
# 响应类全名(配置后 response-style 将不再生效)
0 commit comments