http 422 error

90,712 阅读1分钟

现象

使用requests对fastapi搭建的后端服务发送post请求,响应出现http状态码(422)的code。

解决方案

对body参数做json.dumps处理。