xinge-api-java
xinge-api-java copied to clipboard
认证失败,报的异常是jsonObject解析失败,原因是返回的是类似认证失败的文案,分传入的json文案
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:451)
at org.json.JSONObject.
可以考虑返回json或者再包一层
+1