feat: 更新用户手机号模型,增加账户删除状态的描述
This commit is contained in:
parent
f5cc5ebd54
commit
260aeb4fc4
|
@ -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 创建时间
|
||||
|
|
Loading…
Reference in New Issue