Helius
2021-06-11 2e560ad874e67a43edb6df78073e33d50e093f3e
src/main/java/com/xcong/excoin/utils/dingtalk/DingTalkUtils.java
@@ -46,7 +46,7 @@
            request.setActionCard(actionCard);
            OapiRobotSendResponse response = client.execute(request);
            log.info(JSONObject.toJSONString(response));
            //log.info(JSONObject.toJSONString(response));
        } catch (Exception e) {
            log.error("#dingtalk send error#", e);
        } finally {