Skip to content
AiRoutix Docs
Search
K
Appearance
Menu
Return to top
On this page
数据模型: Log
Log
字段
类型
必选
描述
id
integer
否
user_id
integer
否
type
integer
否
content
string
否
created_at
integer
否
数据模型示例
json
{
"id"
:
0
,
"user_id"
:
0
,
"type"
:
0
,
"content"
:
"string"
,
"created_at"
:
0
}