From 856939f68cd624aa7a461ef9bdbdcd89458e6025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=89=E6=98=A5?= Date: Wed, 4 May 2022 15:50:28 +0800 Subject: [PATCH] update params --- http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http.go b/http.go index 72aee96..b97c322 100644 --- a/http.go +++ b/http.go @@ -15,7 +15,7 @@ import ( "time" ) -const Version = "1.0.15" +const Version = "1.0.14" // Response 返回内容 type Response struct {