no message

This commit is contained in:
kuaifan
2023-02-20 10:16:37 +08:00
parent 1a5f472030
commit 8a83015118
4 changed files with 17 additions and 6 deletions

View File

@@ -330,6 +330,8 @@ class BotReceiveMsgTask extends AbstractTask
'bot_uid' => $botUser->userid,
'version' => Base::getVersion(),
], 10);
$userBot->webhook_num++;
$userBot->save();
}
}
}