JSONObject["errcode"] is not a number.
Exception in thread "main" net.sf.json.JSONException: JSONObject["errcode"] is not a number.
at net.sf.json.JSONObject.getInt(JSONObject.java:2174)
at com.imooc.util.WechatUtil.createMenu(WechatUtil.java:222)
at com.imooc.test.WechatTest.main(WechatTest.java:29)
控制台抛出此异常,如何解决?