feat: RBAC 基本完成
This commit is contained in:
@@ -2,10 +2,6 @@ package response
|
||||
|
||||
import "sundynix-go/model/system"
|
||||
|
||||
type SysUserResponse struct {
|
||||
User system.User `json:"user"`
|
||||
}
|
||||
|
||||
type LoginResponse struct {
|
||||
User system.User `json:"user"`
|
||||
Token string `json:"token"`
|
||||
|
||||
Reference in New Issue
Block a user