Skip to content
AiRoutix Docs
Search
K
Appearance
Menu
Return to top
On this page
数据模型: ApiResponse
ApiResponse
字段
类型
必选
描述
success
boolean
否
message
string
否
data
string
否
数据模型示例
json
{
"success"
:
true
,
"message"
:
"string"
,
"data"
:
"string"
}