Baidu-AIP / java-sdk

百度AI开放平台 Java SDK
https://ai.baidu.com/
Apache License 2.0
566 stars 225 forks source link

AipSpeech 类 返回空指针异常 #15

Closed yuanzhe08 closed 6 years ago

yuanzhe08 commented 6 years ago

JSONObject json = new JSONObject(res.getBodyStr());


上面代码 由于响应头 Content-type 大小写问题,合成成功,返回Data数据,res.getBodyStr() 明显为null,却用 JsonExeception 异常来捕获,导致空指针问题抛出。

yuanzhe08 commented 6 years ago

跟踪了下,发现响应头为null