Exception in thread "main" org.json.JSONException: A JSONObject text must begin with '{' at 1 [character 2 line 1]
at org.json.JSONTokener.syntaxError(JSONTokener.java:433)
at org.json.JSONObject.(JSONObject.java:197)
at org.json.JSONObject.(JSONObject.java:324)
at com.baidu.speech.serviceapi.Sample.getToken(Sample.java:37)
at com.baidu.speech.serviceapi.Sample.main(Sample.java:28)
收藏
点赞
0
个赞
请登录后评论
TOP
切换版块
您好, 可能是对于获取token阶段的解析错误, 请确认java版本的demo中, apiKey, secretKey, cuid等配置是否正确填写, 谢谢。