Commit 3ddb7e1a authored by 黎博's avatar 黎博

update

parent 4362ecb7
......@@ -29,6 +29,6 @@ public class JiraWebhookController {
e.printStackTrace();
}
log.info(String.valueOf(jiraData));
JiraWebhookUtils.sendDingdingMsg(jiraData.toString());
JiraWebhookUtils.sendDingdingMsg(String.valueOf(jiraData));
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment