From 260aeb4fc451411e3458faf2f79266405af35a2a Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Fri, 7 Mar 2025 13:31:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=A8=A1=E5=9E=8B=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=B4=A6=E6=88=B7=E5=88=A0=E9=99=A4=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E7=9A=84=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/model/UserPhone.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/model/UserPhone.php b/app/model/UserPhone.php index c09926d..43b8e8b 100644 --- a/app/model/UserPhone.php +++ b/app/model/UserPhone.php @@ -11,7 +11,7 @@ use support\Model; * @property int $user_id 用户的唯一ID标识符 * @property string $phone 用户手机号(WS手机号) * @property int $score 用户积分 - * @property int $status 当前在线状态(1: 在线,0: 不在线) + * @property int $status 当前在线状态(1: 在线,0: 不在线 2账户已经在小火箭删除) * @property int $time 用户在线时长(单位:秒) * @property string|null $remark 用户备注信息 * @property string $created_at 创建时间