修复提交后不更新PTKEY问题

This commit is contained in:
ZJY 2021-09-09 09:38:43 +08:00
parent 27d80a1ebb
commit 73da2b3172

View File

@ -122,6 +122,7 @@ var handleMessage = func(msgs ...interface{}) interface{} {
if sender.IsQQ() {
ck.Update(QQ, ck.QQ)
}
nck.Update(PtKey, ck.PtKey)
msg := fmt.Sprintf("写入WsKey并更新账号%s", ck.PtPin)
sender.Reply(fmt.Sprintf(msg))
(&JdCookie{}).Push(msg)