Baidu-AIP / java-sdk

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

com.baidu.aip.speech.AipSpeech 133行空指针 #7

Closed victorsheng closed 6 years ago

victorsheng commented 6 years ago

133行String contentType = res.getHeader().get("Content-type").get(0); 实际得到的response head是 Content-Type大写的

victorsheng commented 6 years ago

升级sdk后解决