Requests库发送post请求,传入接口参数后报JSON parse error

Posted lengjf

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Requests库发送post请求,传入接口参数后报JSON parse error相关的知识,希望对你有一定的参考价值。

报错信息:

{"timestamp":"2020-01-08T14:42:40.894+0000","status":400,"error":"Bad Request","message":"JSON parse error: Cannot deserialize instance of `java.util.ArrayList` out of VALUE_STRING token; nested exception is com.fasterxml.jackson.databind.exc.MismatchedInputException: Cannot deserialize instance of `java.util.ArrayList` out of VALUE_STRING token\\n at [Source: (PushbackInputStream); line: 1, column: 1]","path":"/home/brand/create"}

原因:发送post请求,传入参数,想当然的以为是{}形式,结果调用的接口是[{}]形式,对接口了解不够。

 

 

以上是关于Requests库发送post请求,传入接口参数后报JSON parse error的主要内容,如果未能解决你的问题,请参考以下文章

Python接口自动化(二) 发送post请求的接口;python中字典和json的区别

Python-爬虫-requests库用语post登录

python+requests接口自动化3. 接口<参数>的关联与cookie提取

python+requests接口自动化3. 接口<参数>的关联与cookie提取

HTTPHTTP请求体中的四种格式,requests库发送post请求

Python+requests库发送接口入参为xml格式的接口请求多测师