From 5545ae8ec491ee7a417b82d6203ca45569606b93 Mon Sep 17 00:00:00 2001 From: ctrlcvs <1509167646@qq.com> Date: Sun, 24 Jul 2022 12:12:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DV3=E4=BD=93=E5=8A=9B=E6=8C=87?= =?UTF-8?q?=E4=BB=A4=E4=B8=8D=E4=BC=9A=E7=BB=93=E6=9D=9F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/Note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Note.js b/apps/Note.js index 7a20b72..659c1bf 100644 --- a/apps/Note.js +++ b/apps/Note.js @@ -43,7 +43,7 @@ export async function Note(e, { let cookie, uid,res; if(isV3){ res = await MysInfo.get(e, 'dailyNote') - if (!res || res.retcode !== 0) return false + if (!res || res.retcode !== 0) return true }else{ if (NoteCookie[e.user_id]) { cookie = NoteCookie[e.user_id].cookie;