From 14ab1d45b8dca428e85be99403d4ed62162b5789 Mon Sep 17 00:00:00 2001 From: xcy <871622040@qq.com> Date: Fri, 15 Dec 2023 18:27:57 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=BF=87=E6=BB=A4=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E5=85=85=E5=80=BC=E5=BE=97payid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api_s2c/event/shiwuleichong/ApiOpen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api_s2c/event/shiwuleichong/ApiOpen.ts b/src/api_s2c/event/shiwuleichong/ApiOpen.ts index 5763d97..7954da3 100644 --- a/src/api_s2c/event/shiwuleichong/ApiOpen.ts +++ b/src/api_s2c/event/shiwuleichong/ApiOpen.ts @@ -38,6 +38,6 @@ export default async function (call: ApiCall) { call.succ({ day: day, - payIds: Object.keys(pays) + payIds: Object.keys(pays).filter((i) => pays[i].length > 0) }); } \ No newline at end of file