Fork me on GitHub
摘要: 一、基础 响应模型与请求体模型类似,请求体就是通过Pydantic创建请求体模型,可用于对请求内容进行校验,响应模型就是对响应体进行校验。可以在任意的路径操作中使用response_model参数来声明响应的模型: 1、基本模型 from typing import Optional from fa 阅读全文
posted @ 2021-06-05 23:02 iveBoy 阅读(1203) 评论(0) 推荐(0) 编辑
TOP