Jerry il y a 7 ans
Parent
commit
426aa04798
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      util.go

+ 1 - 1
util.go

@@ -25,7 +25,7 @@ func (bm BodyMap) Get(key string) string {
 		value := strconv.Itoa(value)
 		return value
 	}
-	return v.(string)
+	return ""
 }
 
 //删除参数