From 1dfcc5660f136e21921c7c9d4e61b8a292a795ca Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Tue, 16 May 2023 09:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9im=E5=AD=97=E6=AE=B5=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Model/MessageIm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Model/MessageIm.php b/app/Model/MessageIm.php index 9c24d68..14d1275 100644 --- a/app/Model/MessageIm.php +++ b/app/Model/MessageIm.php @@ -11,7 +11,7 @@ use Hyperf\Snowflake\Concern\Snowflake; /** * @property int $message_id 主键id - * @property int $from_user_id 发送方user_id + * @property string $from_user_id 发送方user_id * @property int $to_user_id 接收方user_id * @property string $message_key 消息唯一标识(系统返回,撤回消息使用) * @property string $message_send_time 消息发送时间戳