优化系统用户登录校验

This commit is contained in:
GoEdgeLab
2020-12-07 11:46:19 +08:00
parent 45c45d45b5
commit 0dc5b5a891
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;
}