JSON parse error: syntax error, expect {, actual error, pos 0, fastjson-version 1.2.58; nested excep

这个报错信息告诉你,你提交的参数须要是json类型。因此,POST请求携带的数据须要序列化一下json.dumps(data)。html 转载于:https://www.cnblogs.com/aaronthon/p/11609185.htmljson
相关文章
相关标签/搜索