From d7d235279a7a63171c09e4ef8c0cc6243822173c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 18 Apr 2025 15:07:02 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A7=BB=E9=99=A4Client=E7=BB=93?= =?UTF-8?q?=E6=9E=84=E4=B8=AD=E7=9A=84wxId=E5=AD=97=E6=AE=B5=E4=BB=A5?= =?UTF-8?q?=E7=AE=80=E5=8C=96=E5=AE=9E=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.go b/client.go index 06ea81a..63d7a64 100644 --- a/client.go +++ b/client.go @@ -17,8 +17,6 @@ import ( ) type Client struct { - // 基础URL - wxId string // HTTP客户端 httpClient *resty.Client