mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2026-01-17 05:40:29 +00:00
fix bug
This commit is contained in:
parent
3ec425b2ea
commit
366ebe4a3b
@ -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 = [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user