20 lines
470 B
JSON
20 lines
470 B
JSON
{
|
|
"name": "aaa",
|
|
"created_at": "2025-02-25T10:30:00",
|
|
"last_modified": "2025-02-25T23:49:56.152782",
|
|
"description": "123",
|
|
"params": {
|
|
"param1": {
|
|
"name": "abc",
|
|
"created_at": "2025-02-25T11:00:00",
|
|
"description": "这是第一个参数配置",
|
|
"channels": {}
|
|
},
|
|
"param2": {
|
|
"name": "abcd",
|
|
"created_at": "2025-02-25T13:30:00",
|
|
"description": "这是第二个参数配置",
|
|
"channels": {}
|
|
}
|
|
}
|
|
} |