From 9b5eab6a3426acc769ae54da71ed000a96d7b655 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Tue, 14 Oct 2025 20:57:29 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BC=98=E5=8C=96=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=A4=B1=E8=B4=A5=E3=80=81=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-server/src/main/resources/config/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/continew-server/src/main/resources/config/application.yml b/continew-server/src/main/resources/config/application.yml index 20737c39..08f80d68 100644 --- a/continew-server/src/main/resources/config/application.yml +++ b/continew-server/src/main/resources/config/application.yml @@ -142,11 +142,11 @@ continew-starter.web.response: # 自定义成功响应码(默认:0) default-success-code: 0 # 自定义成功提示(默认:ok) - default-success-msg: ok + default-success-msg: 操作成功 # 自定义失败响应码(默认:1) default-error-code: 1 # 自定义失败提示(默认:error) - default-error-msg: error + default-error-msg: 服务器异常,请联系管理员 # 是否将原生异常错误信息填充到状态信息中 origin-exception-using-detail-message: false # 响应类全名(配置后 response-style 将不再生效)