获取脚本详情
开发中GET
/api/v1/forwarding/script/{id}请求参数
Path 参数
id
string
必需
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
data
object
必需
id
string
必需
content
string
必需
param_msg
string
必需
param_topic
string
必需
is_enabled
boolean
必需
created_at
string
必需
updated_at
string
必需
示例
{
"code": 200,
"message": "获取脚本成功",
"data": {
"id": "c6cbf3a7-88b9-4dbc-e3f4-f0c5ff613ccd",
"content": "这里是脚本内容",
"param_msg": "调试参数消息内容",
"param_topic": "调试参数主题内容",
"is_enabled": true,
"created_at": "2024-10-17T15:45:03.705792Z",
"updated_at": "2024-10-17T15:45:03.705792Z"
}
}
最后修改时间: 3 个月前