nysyxxg opened a new pull request #1170: Dev URL: https://github.com/apache/incubator-dolphinscheduler/pull/1170 access_token ,when get a access token ,Will cause null pointer, the NullPointerException。 Class:EnterpriseWeChatUtils Code: Map<String, Object> map = JSON.parseObject(resp, new TypeToken<Map<String, Object>>() {}.getType()); Object obj = map.get("access_token"); if(null == obj){ return ""; } return obj.toString();
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
