Browse Source

重新恢复Map

huangrf 6 năm trước cách đây
mục cha
commit
81aea5b2fd
4 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 0 0
      engine/auth/auth.go
  2. 0 0
      engine/auth/ldap_auth.go
  3. 0 0
      engine/auth/light_auth.go
  4. 1 1
      entitys/token.go

+ 0 - 0
utils/auth/auth.go → engine/auth/auth.go


+ 0 - 0
utils/auth/ldap_auth.go → engine/auth/ldap_auth.go


+ 0 - 0
utils/auth/light_auth.go → engine/auth/light_auth.go


+ 1 - 1
entitys/token.go

@@ -10,5 +10,5 @@ type Token struct {
 	ServerIp     string                 `json:"server_ip"`
 	Domain       string                 `json:"domain"`
 	Password     string                 `json:"-"`
-	//Map          map[string]interface{} `json:"map"`
+	Map          map[string]interface{} `json:"map"`
 }