remove cookie from client

This commit is contained in:
eatmoreapple 2022-12-26 16:24:39 +08:00
parent ae02ab70e1
commit 869912fa7a

View File

@ -43,7 +43,6 @@ type Client struct {
mode Mode
mu sync.Mutex
MaxRetryTimes int
cookies map[string][]*http.Cookie
}
func NewClient() *Client {