原本后端返回數(shù)據(jù)格式為JSon格式,突然爆錯戈次,查看日志,返回的數(shù)據(jù)格式不是JSon格式金砍,解決方法斥铺,在RequestInterceptor請求攔截器里請求頭里添加Accept
request = chain.request()
.newBuilder()
.header("Accept", "application/json, text/plain, */*")
.build();
測試一下,問題解決急但。