huangrf 5 yıl önce
ebeveyn
işleme
b4c5584021
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"`
 }