XML节点首字母要大写,所以 Image MediaId 都大写就可以了,即使不加这个:xStream.alias("Image", new Image().getClass());也可以
2017-07-25
Exception in thread "main" net.sf.json.JSONException: JSONObject["access_token"] not found.
at net.sf.json.JSONObject.getString(JSONObject.java:2245)
at com.imooc.until.WeixinUtil.getAccessToken(WeixinUtil.java:78)
at com.imooc.Test.WeiXinTest.main(WeiXinTest.java:11)
测试的时候。。。。。
at net.sf.json.JSONObject.getString(JSONObject.java:2245)
at com.imooc.until.WeixinUtil.getAccessToken(WeixinUtil.java:78)
at com.imooc.Test.WeiXinTest.main(WeiXinTest.java:11)
测试的时候。。。。。
2017-07-20
Exception in thread "main" net.sf.json.JSONException: JSONObject["access_token"] not found.
发现这个错误,可以打印一下jsonObject,看是否报invalid ip , not in whitelist hint: [seycoA0083e514]。如果是这个错误可以在微信后台基本配置中将自己的IP地址添加在IP白名单中
发现这个错误,可以打印一下jsonObject,看是否报invalid ip , not in whitelist hint: [seycoA0083e514]。如果是这个错误可以在微信后台基本配置中将自己的IP地址添加在IP白名单中
2017-07-04