From 97774b303f52cb99d9f19faef5ce5a23efb22594 Mon Sep 17 00:00:00 2001 From: coward Date: Fri, 5 Jan 2024 17:11:14 +0800 Subject: [PATCH] =?UTF-8?q?:art:=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client.go b/client.go index 2e9c7f9..d8d2ad8 100644 --- a/client.go +++ b/client.go @@ -9,8 +9,8 @@ import ( ) type WxHelper struct { - Host string - Port uint + host string + port uint tmpResult CommonResponse client *resty.Client }