微语对接大模型Qwen3指南April 30, 2025 · 8 min readJack NingMaintainer of Bytedesk在本篇博客中,我们将介绍如何将微语客服系统对接通义千问Qwen3大模型,使您的客服系统拥有强大的AI能力。通过这个集成,您可以为用户提供更智能、更高效的自动化客服体验。
QR Code Login Implementation ProcessOctober 8, 2024 · 1 min readJack NingMaintainer of Bytedesk Desktop client generates a unique device uid: deviceUid Sends this deviceUid to the server, server returns a random code: randomCode Desktop client generates QR code using randomCode and deviceUid Mobile client scans this QR code, obtains deviceUid, sends deviceUid to server, server updates status to SCANED Mobile client clicks confirm login, sends mobile number and deviceUid to server, server saves mobile number and updates status to CONFIRMED Desktop client polls to get mobile number and CONFIRMED status, uses mobile number and randomCode to call login API If desktop client gets EXPIRED status, it needs to fetch a new randomCode and regenerate QR code After successful login, returns accessToken, desktop client saves this accessToken locally and redirects to homepage