This commit is contained in:
lulu 2021-08-17 10:33:05 +08:00
parent 4077d51824
commit 5e2b3a20b9

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 = [