mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-02-08 10:20:16 +08:00
feat : admin log
This commit is contained in:
@@ -25,4 +25,7 @@ class ResultCode extends AbstractConstants
|
||||
|
||||
#[Message("token错误")]
|
||||
final public const int JWT_ERROR = 10002;
|
||||
|
||||
#[Message("旧密码错误")]
|
||||
final public const int OLD_PASSWORD_ERROR = 10003;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user