瀏覽代碼

fix location response unmarshal failed issue

Jackson Tian 7 年之前
父節點
當前提交
2fb543b0d6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sdk/endpoints/location_resolver.go

+ 1 - 1
sdk/endpoints/location_resolver.go

@@ -157,7 +157,7 @@ type EndpointsObj struct {
 }
 }
 
 
 type EndpointObj struct {
 type EndpointObj struct {
-	Protocols   map[string]string
+	// Protocols   map[string]string
 	Type        string
 	Type        string
 	Namespace   string
 	Namespace   string
 	Id          string
 	Id          string