Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/LLOneBot/LuckyLilliaBot
/ getLoginQrCode
Method
getLoginQrCode
src/ntqqapi/api/login.ts:26–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
async
getLoginQrCode(){
27
return
await
this.ctx.pmhq.invoke(
'nodeIKernelLoginService/getQRCodePicture'
, [], {
28
resultCmd: ReceiveCmdS.LOGIN_QR_CODE,
29
})
30
}
31
}
Callers
2
printLoginQrCode
Function · 0.80
createLoginRoutes
Function · 0.80
Calls
1
invoke
Method · 0.80
Tested by
no test coverage detected