feat:兼容开发

main
gzydong 2022-01-19 22:02:59 +08:00
parent ca0bdf843f
commit 8e52b1c7ef
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ class TalkMessageService
return false; return false;
} }
$this->handle($insert, ['text' => '[图片消息]']); $this->handle($insert, ['text' => '[文件消息]']);
return true; return true;
} }