优化机器人

This commit is contained in:
kuaifan 2023-02-14 15:37:43 +08:00
parent 9a8eae723f
commit 2307f36db0
2 changed files with 2 additions and 0 deletions

View File

@ -326,6 +326,7 @@ class BotReceiveMsgTask extends AbstractTask
'token' => User::token($botUser),
'msg_id' => $msg->id,
'dialog_id' => $msg->dialog_id,
'version' => Base::getVersion(),
], 10);
}
}

View File

@ -102,6 +102,7 @@
<span style="color:#84c56a">token</span>: 机器人Token
<span style="color:#84c56a">msg_id</span>: 消息ID
<span style="color:#84c56a">dialog_id</span>: 对话ID
<span style="color:#84c56a">version</span>: 系统版本
@elseif ($type === 'notice')
{{$notice}}
@else