docs: clarify url vs code fields in qrcode event
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -312,6 +312,8 @@ async function _runLogin({ callId, timeoutMs, botType, emit, isAborted }) {
|
|||||||
emit({
|
emit({
|
||||||
action: 'event',
|
action: 'event',
|
||||||
event: 'qrcode',
|
event: 'qrcode',
|
||||||
|
// url = qrcode_img_content: the WeChat URL encoded inside the QR image (use this for QR rendering)
|
||||||
|
// code = qrcode: the polling ticket used by _pollQRStatus (NOT for QR rendering)
|
||||||
data: { url: activeLogin.qrcodeUrl, code: activeLogin.qrcode, expire: 30, index: qrRefreshCount },
|
data: { url: activeLogin.qrcodeUrl, code: activeLogin.qrcode, expire: 30, index: qrRefreshCount },
|
||||||
});
|
});
|
||||||
log.info('weixin', `callId=${callId} qrcode emitted index=${qrRefreshCount}`);
|
log.info('weixin', `callId=${callId} qrcode emitted index=${qrRefreshCount}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user