from fastapi import FastAPI, Depends, Query app = FastAPI() class SearchArgs: ... ['query'] + list(error['loc']) raise HTTPException(422, ...
確定! 回上一頁