From a042a8d782f98c728887fdb00f4d60e55f1bf829 Mon Sep 17 00:00:00 2001 From: guanchao <18612113337@163.com> Date: Fri, 11 Sep 2026 15:40:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- laf-cloud/functions/limitedTimeEvent.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/laf-cloud/functions/limitedTimeEvent.ts b/laf-cloud/functions/limitedTimeEvent.ts index c90e42b..eedc154 100644 --- a/laf-cloud/functions/limitedTimeEvent.ts +++ b/laf-cloud/functions/limitedTimeEvent.ts @@ -10,10 +10,6 @@ export default async function (ctx: FunctionContext) { // if (gameName == "iaa") { // dbname = "usersAd"; // } - // const gameName = ctx.body.gameName; - // if (gameName == "iaa") { - // dbname = "usersAd"; - // } if (!action) { return { code: 0, data: null, msg: "未获取到action" }; }