app = FastApi() @app.post("/accounts/", status_code=status.HTTP_200_OK) async def account_split(): return {"details": "Accounts updated."}.
確定! 回上一頁