fix: 发送图片显示错误

This commit is contained in:
kuaifan
2022-01-21 13:45:33 +08:00
parent 164f3275f4
commit 88d38ba8d1
4 changed files with 43 additions and 23 deletions

View File

@@ -33,6 +33,11 @@ class WebSocketDialogMsgTask extends AbstractTask
public function start()
{
global $_A;
$_A = [
'__fill_url_remote_url' => true,
];
//
$msg = WebSocketDialogMsg::find($this->id);
if (empty($msg)) {
return;