From ae09eab3dd117a90a9213ca169077afd97de5488 Mon Sep 17 00:00:00 2001 From: mee19mc <85102106+mee19mc@users.noreply.github.com> Date: Wed, 6 Aug 2025 21:16:19 +0800 Subject: [PATCH] Update shopinfo.py --- modules/gitadora/shopinfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gitadora/shopinfo.py b/modules/gitadora/shopinfo.py index 0e41687..26fbd5d 100644 --- a/modules/gitadora/shopinfo.py +++ b/modules/gitadora/shopinfo.py @@ -3,7 +3,7 @@ from fastapi import APIRouter, Request, Response from core_common import core_process_request, core_prepare_response, E router = APIRouter(prefix="/local", tags=["local"]) -router.model_whitelist = ["M32"] +router.model_whitelist = ["M32", "L33", "L32", "K33", "K32", "J33", "J32"] @router.post("/{gameinfo}/{ver}_shopinfo/regist")