\App\System\ModelSystemLoginLog

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$timestamps
$id
$username
$ip
$ip_location
$os
$browser
$status
$message
$login_time
$remark
No constants found
No protected methods found
$table
$fillable
$casts
N/A
No private methods found
No private properties found
N/A

Properties

$incrementing

$incrementing : 

Type

$timestamps

$timestamps : 

Type

$id

$id : integer

主键

Type

integer

$username

$username : string

用户名

Type

string

$ip

$ip : string

登录IP地址

Type

string

$ip_location

$ip_location : string

IP所属地

Type

string

$os

$os : string

操作系统

Type

string

$browser

$browser : string

浏览器

Type

string

$status

$status : string

登录状态 (0成功 1失败)

Type

string

$message

$message : string

提示消息

Type

string

$login_time

$login_time : string

登录时间

Type

string

$remark

$remark : string

备注

Type

string

$table

$table : string

The table associated with the model.

Type

string

$fillable

$fillable : array

The attributes that are mass assignable.

Type

array

$casts

$casts : array

The attributes that should be cast to native types.

Type

array