Exception in thread "main" net.sf.json.JSONException: JSONObject["access_token"] not found.
at net.sf.json.JSONObject.getString(JSONObject.java:2245)
把appID、appsecret改成测试号的appID、appsecret
at net.sf.json.JSONObject.getString(JSONObject.java:2245)
把appID、appsecret改成测试号的appID、appsecret
2017-12-28
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.8</version>
</dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.8</version>
</dependency>
2017-12-12