2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

fix:修正扫码成功后无回复

This commit is contained in:
ctrlcvs 2023-01-14 15:40:25 +08:00
parent 59c736a489
commit 0ee4e457ce

View File

@ -66,6 +66,7 @@ export async function qrCodeLogin(e, { render }) {
})
let r= await e._reply(sendMsg)
utils.recallMsg(e,r,30) //默认30有需要请自行修改
e.reply=e._reply
res = await Mys.GetQrCode(res.data.ticket)
if (!res) return true;
await bindSkCK(e,res)