curl --location --request POST 'http://172.168.1.19:8542/sz-product-hb-warn/api-warnInfo/saveWarnInfo.do' \
--header 'JSESSIONID: 4A1CD6CC103033891E3B76F971D91C74' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"warnType": "88",
"type": "5",
"list": [
{
"warnId": "18525481756784510",
"warnContent": "资产流转交易预警工程项目,中标后30天未合同签订,请核实!",
"warnLevel": 1,
"deptId": "a4091f61a32c40c592549618ee17acc0",
"deptCode": "",
"insertTime": "2025-06-05 09:00:00"
}
]
}'
{}