1、system服务全局异常国际化配置移到errorcode配置;2、executor服务增加全局异常国际化配置、plan服务增加全局异常和ErrorCodeConstants国际化配置;

This commit is contained in:
gaoqr
2025-12-24 15:01:36 +08:00
parent fc188bd209
commit a78ddf464c
17 changed files with 167 additions and 63 deletions
@@ -90,20 +90,6 @@ pay.channelCode.invalid=不支持的支付渠道
pay.product.productChannelCode.notNull=产品支付渠道编码不能为空
pay.product.productDetailsId.notNull=产品定价规则编号不能为空
pay.product.productId.notNull=产品ID不能为空
global.error.request.param.missing=请求参数缺失:{0}
global.error.bad.request=请求参数不正确:{0}
global.error.request.param.type.error=请求参数类型错误:{0}
global.error.request.not.found=请求未找到:{0}
global.error.request.method.error=请求方法不正确:{0}
global.error.request.too.many=请求过于频繁,请稍后重试
global.error.request.duplicate.data.error=请求数据已存在,请检查
global.error.default.error=系统繁忙,请稍后再试
global.error.no.permission=没有该操作权限
global.error.no.permission.to.visit.org=您无权访问该组织的数据
global.error.request.organId.notExist=请求的组织标识未传递,请进行排查
global.org.product.not.exist=账号登录异常,套餐信息不存在,请重新登陆
global.org.product.expired=组织产品套餐已过期,请续费后继续使用
global.not.login=账号未登录
aj.captcha.6110=验证码已失效,请重新获取。
aj.captcha.6111=验证失败。
@@ -90,20 +90,7 @@ pay.channelCode.invalid=不支援的支付渠道
pay.product.productChannelCode.notNull=產品支付渠道編碼不能為空
pay.product.productDetailsId.notNull=產品定價規則編號不能為空
pay.product.productId.notNull=產品 ID 不能為空
global.error.request.param.missing=請求參數缺失:{0}
global.error.bad.request=請求參數不正確:{0}
global.error.request.param.type.error=請求參數類型錯誤:{0}
global.error.request.not.found=請求未找到:{0}
global.error.request.method.error=請求方法不正確:{0}
global.error.request.too.many=請求過於頻繁,請稍後重試
global.error.request.duplicate.data.error=請求數據已存在,請檢查
global.error.default.error=系統繁忙,請稍後再試
global.error.no.permission=您沒有該操作的權限
global.error.no.permission.to.visit.org=您無權訪問該組織的數據
global.error.request.organId.notExist=請求的組織標識未傳遞,請進行排查
global.org.product.not.exist=帳號登入異常,套餐資訊不存在,請重新登入
global.org.product.expired=組織產品套餐已過期,請續費後繼續使用
global.not.login=賬號未登錄
aj.captcha.6110=驗證碼已失效,請重新獲取。
aj.captcha.6111=驗證失敗。
@@ -90,20 +90,6 @@ pay.channelCode.invalid=Unsupported payment channel
pay.product.productChannelCode.notNull=Product payment channel code cannot be empty
pay.product.productDetailsId.notNull=Product pricing rule ID cannot be empty
pay.product.productId.notNull=Product ID cannot be empty
global.error.request.param.missing=Missing request parameter: {0}
global.error.bad.request=Invalid request parameter: {0}
global.error.request.param.type.error=Request parameter type mismatch: {0}
global.error.request.not.found=Request not found: {0}
global.error.request.method.error=Incorrect request method: {0}
global.error.request.too.many=Too many requests, please try again later
global.error.request.duplicate.data.error=Data already exists, please check
global.error.default.error=System is busy, please try again later
global.error.no.permission=You do not have permission to perform this action
global.error.no.permission.to.visit.org=You do not have permission to access this organizations data
global.error.request.organId.notExist=The requested organization ID was not provided, please check
global.org.product.not.exist=Account login exception: product package does not exist, please log in again
global.org.product.expired=The organization's product package has expired, please renew before continuing to use the service
global.not.login=The account is not logged in
aj.captcha.6110=Captcha expired, please try again
aj.captcha.6111=Verification failed
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long