huangrf il y a 5 ans
Parent
commit
b4c5584021
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      entitys/token.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"`
 }