mirror of
https://github.com/kuaifan/dootask.git
synced 2026-03-07 18:07:05 +00:00
优化机器人
This commit is contained in:
parent
9a8eae723f
commit
2307f36db0
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user