\App\System\ModelSystemApiLog

Summary

Methods
Properties
Constants
No public methods found
$incrementing
$timestamps
$id
$api_id
$api_name
$access_name
$request_data
$response_code
$response_data
$ip
$ip_location
$access_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

$api_id

$api_id : integer

api ID

Type

integer

$api_name

$api_name : string

接口名称

Type

string

$access_name

$access_name : string

接口访问名称

Type

string

$request_data

$request_data : string

请求数据

Type

string

$response_code

$response_code : string

响应状态码

Type

string

$response_data

$response_data : string

响应数据

Type

string

$ip

$ip : string

访问IP地址

Type

string

$ip_location

$ip_location : string

IP所属地

Type

string

$access_time

$access_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