22 lines
503 B
Properties
22 lines
503 B
Properties
|
|
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
|