Update shopinfo.py

This commit is contained in:
mee19mc 2025-08-06 21:16:19 +08:00 committed by GitHub
parent 43d249e33c
commit ae09eab3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")