curl --location --request GET 'http://10.10.8.35/api/Workbench/SystemInfoGet'
{
"errcode": 0,
"errmsg": "",
"result": {
"data": [
{
"datetime": "2023-12-22",
"formKey": "226",
"key": "12154",
"head": {
"title": "到期提醒"
},
"body": [
{
"dataIndex": "sendinfo",
"title": "到期提醒",
"value": "您试用的系统还剩3天到期"
}
]
},
{
"datetime": "2023-12-22",
"formKey": "226",
"key": "12153",
"head": {
"title": "到期提醒"
},
"body": [
{
"dataIndex": "sendinfo",
"title": "到期提醒",
"value": "您使用的系统还剩15天到期"
}
]
}
]
}
}