attribute 字段名规范

This commit is contained in:
zhouchengrong
2024-03-28 10:29:04 +08:00
parent 307afe6053
commit 10bef5c152
309 changed files with 0 additions and 7394 deletions

View File

@@ -1,12 +0,0 @@
import logging
from fastapi import APIRouter
logger = logging.getLogger()
router = APIRouter()
@router.get("")
def test():
logger.info("test")
return {"message": "ok"}