MCPcopy
hub / github.com/eatmoreapple/openwechat / Do

Method Do

client.go:161–163  ·  view source on GitHub ↗
(req *http.Request)

Source from the content-addressed store, hash-verified

159}
160
161func (c *Client) Do(req *http.Request) (*http.Response, error) {
162 return c.do(req)
163}
164
165// Jar 返回当前client的 http.CookieJar
166// this http.CookieJar must be *Jar type

Callers 15

GetLoginUUIDMethod · 0.95
CheckLoginMethod · 0.95
GetLoginInfoMethod · 0.95
WebInitMethod · 0.95
WebWxStatusNotifyMethod · 0.95
SyncCheckMethod · 0.95
WebWxGetContactMethod · 0.95
WebWxBatchGetContactMethod · 0.95
WebWxSyncMethod · 0.95
sendMessageMethod · 0.95
WebWxGetHeadImgMethod · 0.95

Calls 1

doMethod · 0.95

Tested by

no test coverage detected