项目初始化

This commit is contained in:
2025-08-02 23:33:38 +08:00
parent beeb37df65
commit 9e30e7dc23
23 changed files with 1138 additions and 6 deletions

View File

@ -0,0 +1,21 @@
common.fmt={0}
# ******************** business ********************
# 业务:通用-成功
biz.000000=success
# 业务:通用-失败
biz.000001=failure
biz.000001.fmt=failure: {0}
# 业务:认证授权-未认证
biz.010101=Unauthorized
# 业务:认证授权-令牌过期
biz.010102=Token expired
# 业务:认证授权-令牌无效
biz.010103=Invalid token
# 业务:认证授权-令牌刷新失败
biz.010104=Token refresh failed
# 业务:认证授权-鉴权失败
biz.010201=Forbidden