修复更新无提示
This commit is contained in:
parent
206c6a8d9f
commit
485698e30d
@ -122,7 +122,7 @@ var handleMessage = func(msgs ...interface{}) interface{} {
|
||||
if sender.IsQQ() {
|
||||
ck.Update(QQ, ck.QQ)
|
||||
}
|
||||
msg := fmt.Sprintf("更新WsKey,并更新账号%s", ck.PtPin)
|
||||
msg := fmt.Sprintf("写入WsKey,并更新账号%s", ck.PtPin)
|
||||
sender.Reply(fmt.Sprintf(msg))
|
||||
(&JdCookie{}).Push(msg)
|
||||
logs.Info(msg)
|
||||
@ -136,7 +136,7 @@ var handleMessage = func(msgs ...interface{}) interface{} {
|
||||
nck.Updates(JdCookie{
|
||||
WsKey: ck.WsKey,
|
||||
})
|
||||
msg := fmt.Sprintf("写入WsKey,并更新账号%s", ck.PtPin)
|
||||
msg := fmt.Sprintf("更新WsKey,并更新账号%s", ck.PtPin)
|
||||
sender.Reply(fmt.Sprintf(msg))
|
||||
(&JdCookie{}).Push(msg)
|
||||
logs.Info(msg)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user