mirror of
https://github.com/lkeme/BiliHelper-personal.git
synced 2025-12-19 09:30:10 +08:00
fix bug
This commit is contained in:
parent
4077d51824
commit
5e2b3a20b9
@ -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