mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-03 16:00:25 +08:00
feat: flow design & page query refactor
This commit is contained in:
@@ -9,3 +9,9 @@ type LoginAccount struct {
|
||||
func (la *LoginAccount) GetAesKey() string {
|
||||
return la.Token[:24]
|
||||
}
|
||||
|
||||
// 系统账号
|
||||
var SysAccount = &LoginAccount{
|
||||
Id: 1,
|
||||
Username: "system",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user