no message

This commit is contained in:
kuaifan
2024-11-18 23:27:01 +08:00
parent fba98db7cb
commit 2c407bea78
14 changed files with 21 additions and 20 deletions

View File

@@ -524,7 +524,7 @@ class BotReceiveMsgTask extends AbstractTask
], $botUser->userid, false, false, true); // todo 未能在任务end事件来发送任务
return;
}
if (!preg_match("/^https*:\/\//", $webhookUrl)) {
if (!preg_match("/^https?:\/\//", $webhookUrl)) {
return;
}
//