Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eatmoreapple/openwechat
/ ScanLogin
Struct
ScanLogin
bot_login.go:160–162 ·
view source on GitHub ↗
ScanLogin 扫码登录
Source
from the content-addressed store, hash-verified
158
159
// ScanLogin 扫码登录
160
type
ScanLogin
struct
{
161
UUID string
162
}
163
164
// Login 实现了 BotLogin 接口
165
func
(s *ScanLogin) Login(bot *Bot) error {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected