from typing import Optional from fastapi import Cookie, FastAPI app = FastAPI() ... you need to set the header parameter convert_underscores to False:
確定! 回上一頁