This commit is contained in:
lulu 2021-08-17 10:33:05 +08:00
parent 3ec425b2ea
commit 366ebe4a3b

View File

@ -192,7 +192,7 @@ class Notice
'msgtype' => 'markdown', 'msgtype' => 'markdown',
'markdown' => [ 'markdown' => [
'title' => $info['title'], 'title' => $info['title'],
'content' => $info['content'], 'text' => $info['content'],
] ]
]; ];
$headers = [ $headers = [