mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 12:42:51 +00:00
no message
This commit is contained in:
parent
3fca783dd8
commit
b406e22695
@ -402,7 +402,7 @@ class BotReceiveMsgTask extends AbstractTask
|
|||||||
{
|
{
|
||||||
$serverUrl = 'http://nginx';
|
$serverUrl = 'http://nginx';
|
||||||
$userBot = null;
|
$userBot = null;
|
||||||
$extras = [];
|
$extras = ['timestamp' => time()];
|
||||||
$replyText = null;
|
$replyText = null;
|
||||||
$errorContent = null;
|
$errorContent = null;
|
||||||
if ($botUser->isAiBot($type)) {
|
if ($botUser->isAiBot($type)) {
|
||||||
|
|||||||
@ -1576,6 +1576,7 @@ Webhook说明
|
|||||||
对话类型
|
对话类型
|
||||||
消息ID
|
消息ID
|
||||||
消息发送人ID
|
消息发送人ID
|
||||||
|
消息发送人信息
|
||||||
是否被@到
|
是否被@到
|
||||||
机器人ID
|
机器人ID
|
||||||
系统版本
|
系统版本
|
||||||
|
|||||||
@ -24,6 +24,7 @@
|
|||||||
<p><span class="mark-color">dialog_type</span>: {{$L("对话类型")}}</p>
|
<p><span class="mark-color">dialog_type</span>: {{$L("对话类型")}}</p>
|
||||||
<p><span class="mark-color">msg_id</span>: {{$L("消息ID")}}</p>
|
<p><span class="mark-color">msg_id</span>: {{$L("消息ID")}}</p>
|
||||||
<p><span class="mark-color">msg_uid</span>: {{$L("消息发送人ID")}}</p>
|
<p><span class="mark-color">msg_uid</span>: {{$L("消息发送人ID")}}</p>
|
||||||
|
<p><span class="mark-color">msg_user</span>: {{$L("消息发送人信息")}}</p>
|
||||||
<p><span class="mark-color">mention</span>: {{$L("是否被@到")}}</p>
|
<p><span class="mark-color">mention</span>: {{$L("是否被@到")}}</p>
|
||||||
<p><span class="mark-color">bot_uid</span>: {{$L("机器人ID")}}</p>
|
<p><span class="mark-color">bot_uid</span>: {{$L("机器人ID")}}</p>
|
||||||
<p><span class="mark-color">version</span>: {{$L("系统版本")}}</p>
|
<p><span class="mark-color">version</span>: {{$L("系统版本")}}</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user