fix: update WeCom QR code login state parameter to use access token

This commit is contained in:
wxg0103 2025-12-17 09:13:00 +08:00
parent 8d360b1c5f
commit 96169239cc

View File

@ -72,7 +72,7 @@ const init = async () => {
`&appid=${props.config.corp_id}` +
`&agentid=${props.config.agent_id}` +
`&redirect_uri=${redirectUri}` +
`&state=${LOGIN_STATE}` +
`&state=${accessToken}` +
`&lang=${getLang()}` +
`&panel_size=small` +
`&redirect_type=self`