第六章第一节测试报错
来源:6-1 后台注册接口编写-1
qq_慕标7201809
2020-09-19
threw exception [com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $] with root cause
java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
代码问题好像出现在
try (JsonReader reader = new JsonReader(new InputStreamReader(entityStream, “UTF-8”))) {
return gson.fromJson(reader, genericType);
}
但是比对了一下教程的代码完全一样,其他的工具类的代码也完全一致
写回答
2回答
-
Qiujuer
2020-09-21
内容的JSON解析出错了,一般是内容体有问题。看你下面似乎解决好了?
00 -
qq_慕标7201809
提问者
2020-09-19
我测试的时候post请求体的内容忘加引号了
00
相似问题
老师 第六章到第七章感觉有点跳啊
回答 1
真机测试报如下错误,求解决
回答 3