mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-21 04:46:26 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
[
|
|
{
|
|
"id": 1,
|
|
"notice_title": "系统更新",
|
|
"notice_type": "1",
|
|
"notice_content": "2099年9月9日,晚上12:00,系统更新",
|
|
"status": true,
|
|
"description": "系统更新",
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 2,
|
|
"notice_title": "系统维护",
|
|
"notice_type": "2",
|
|
"notice_content": "2099年9月9日,晚上12:00,系统维护",
|
|
"status": true,
|
|
"description": "系统维护",
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 3,
|
|
"notice_title": "系统更新完成",
|
|
"notice_type": "1",
|
|
"notice_content": "2099年9月9日,晚上12:00,系统更新完成",
|
|
"status": false,
|
|
"description": "系统更新完成",
|
|
"creator_id": 1
|
|
},
|
|
{
|
|
"id": 4,
|
|
"notice_title": "系统维护完成",
|
|
"notice_type": "2",
|
|
"notice_content": "2099年9月9日,晚上12:00,系统维护完成",
|
|
"status": false,
|
|
"description": "系统维护完成",
|
|
"creator_id": 1
|
|
}
|
|
] |