huangrf 5 лет назад
Родитель
Сommit
b4c5584021
1 измененных файлов с 1 добавлено и 1 удалено
  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"`
 }