Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
161
func
(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
GetLoginUUID
Method · 0.95
CheckLogin
Method · 0.95
GetLoginInfo
Method · 0.95
WebInit
Method · 0.95
WebWxStatusNotify
Method · 0.95
SyncCheck
Method · 0.95
WebWxGetContact
Method · 0.95
WebWxBatchGetContact
Method · 0.95
WebWxSync
Method · 0.95
sendMessage
Method · 0.95
WebWxGetHeadImg
Method · 0.95
webWxCheckUploadRequest
Method · 0.95
Calls
1
do
Method · 0.95
Tested by
no test coverage detected