$incrementing :
$timestamps :
$id : integer
主键
$api_id : integer
api ID
$api_name : string
接口名称
$access_name : string
接口访问名称
$request_data : string
请求数据
$response_code : string
响应状态码
$response_data : string
响应数据
$ip : string
访问IP地址
$ip_location : string
IP所属地
$access_time : string
访问时间
$remark : string
备注
$table : string
The table associated with the model.
$fillable : array
The attributes that are mass assignable.
$casts : array
The attributes that should be cast to native types.
Loading…