优化系统用户登录校验

This commit is contained in:
刘祥超
2020-12-07 11:46:19 +08:00
parent 0d781d8a5c
commit 2de4e0f790
4 changed files with 86 additions and 58 deletions

View File

@@ -9,4 +9,5 @@ message AdminModuleList {
int64 adminId = 1;
bool isSuper = 2;
repeated AdminModule Modules = 3;
string fullname = 4;
}