Skip to content

Commit

Permalink
增加说明
Browse files Browse the repository at this point in the history
  • Loading branch information
lehoqi committed Dec 28, 2023
1 parent 17eb33e commit 738ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wechat.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (wc *Wechat) GetWork(cfg *workConfig.Config) *work.Work {
return work.NewWork(cfg)
}

// SetHttpClient 设置httpClient
func (wc *Wechat) SetHttpClient(client *http.Client) {
// SetHTTPClient 设置HTTPClient
func (wc *Wechat) SetHTTPClient(client *http.Client) {
util.DefaultHTTPClient = client
}

0 comments on commit 738ae56

Please sign in to comment.