网关重启时恢复权限与分配数据
This commit is contained in:
@@ -8,3 +8,8 @@ type Permit struct {
|
||||
Username *string `json:"username"`
|
||||
Password *string `json:"password"`
|
||||
}
|
||||
|
||||
type PermitDef struct {
|
||||
Id int32 `json:"id"`
|
||||
Permit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user