🎨 移除Client结构中的wxId字段以简化实现

This commit is contained in:
李寻欢 2025-04-18 15:07:02 +08:00
parent 578531cb13
commit d7d235279a

View File

@ -17,8 +17,6 @@ import (
)
type Client struct {
// 基础URL
wxId string
// HTTP客户端
httpClient *resty.Client