即使我们在请求正文中传递标题,也会出现错误
{ "name": "Unprocessable entity", "message": "Lack field:title", "code": 0, "status": 422 }
任何帮助都是值得欣赏的。
发布于 2016-10-20 20:33:31
您需要填写标题字段。这是必需的。
请参考以下示例代码
https://github.com/acrcloud/webapi_example/tree/master/RESTful%20service
https://stackoverflow.com/questions/40149819
相似问题