소스 검색

去掉map

huangrf 5 년 전
부모
커밋
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"`
 }