From 5e2b3a20b989eaca5cc4465204df1c01714bf2d3 Mon Sep 17 00:00:00 2001 From: lulu <794329728@qq.com> Date: Tue, 17 Aug 2021 10:33:05 +0800 Subject: [PATCH] fix bug --- src/plugin/Notice.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugin/Notice.php b/src/plugin/Notice.php index b6392a1..489778a 100644 --- a/src/plugin/Notice.php +++ b/src/plugin/Notice.php @@ -192,7 +192,7 @@ class Notice 'msgtype' => 'markdown', 'markdown' => [ 'title' => $info['title'], - 'content' => $info['content'], + 'text' => $info['content'], ] ]; $headers = [