新建文章报错 422 Unprocessable Entity
来源:8-11 作业:注册页面的编写
farmer_code
2021-07-12
老师,地址和字段都没有问题,查不出原因
写回答
1回答
-
张轩
2021-07-12
同学你好 发送的请求数据不应该有 payload 这一层,而是应该直接打平,应该是:
{ "title": "string", "content": "string", "image": "string", "column": "string", "author": "string" }
api 工具中可以查看:http://api.vikingship.xyz/public/swagger/index.html#/post/post_api_posts
10
相似问题