Browse Source

去掉map

huangrf 5 năm trước cách đây
mục cha
commit
b4c5584021
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"`
 }