feat: 数据字典相关接口提交
This commit is contained in:
@ -17,5 +17,6 @@ spring:
|
||||
port: 10001
|
||||
database: 0
|
||||
password: 123456
|
||||
|
||||
jackson:
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
|
||||
|
||||
@ -1,9 +1,12 @@
|
||||
00000000=success
|
||||
99999999=failure
|
||||
|
||||
00010001=Unauthorized
|
||||
00010002=Token invalid
|
||||
00010003=Token expired
|
||||
00010004=Refresh Token expired
|
||||
00010005=Forbidden
|
||||
00010101=Username or password is incorrect
|
||||
00010102=User is not enabled
|
||||
00010102=User is not enabled
|
||||
|
||||
00020101=Fields required:[{0}]
|
||||
@ -3,6 +3,7 @@
|
||||
99999999=失败
|
||||
|
||||
# 00 系统
|
||||
|
||||
# 0001 系统->认证授权
|
||||
00010001=未授权
|
||||
00010002=令牌无效
|
||||
@ -12,3 +13,6 @@
|
||||
# 000101 系统->认证授权->登录
|
||||
00010101=用户名或密码错误
|
||||
00010102=用户已被禁用
|
||||
|
||||
# 0002 核心模块
|
||||
00020101=字段不能为空:[{0}]
|
||||
|
||||
Reference in New Issue
Block a user