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

Method GetLoginUUID

client.go:185–191  ·  view source on GitHub ↗

GetLoginUUID 获取登录的uuid

(ctx context.Context)

Source from the content-addressed store, hash-verified

183
184// GetLoginUUID 获取登录的uuid
185func (c *Client) GetLoginUUID(ctx context.Context) (*http.Response, error) {
186 req, err := c.mode.BuildGetLoginUUIDRequest(ctx)
187 if err != nil {
188 return nil, err
189 }
190 return c.Do(req)
191}
192
193// GetLoginQrcode 获取登录的二维吗
194func (c *Client) GetLoginQrcode(ctx context.Context, uuid string) (*http.Response, error) {

Callers

nothing calls this directly

Calls 2

DoMethod · 0.95

Tested by

no test coverage detected