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:
parent
59c736a489
commit
0ee4e457ce
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user