{
"warnType": "string",
"list": [
{
"warnId": "string",
"warnContent": "string",
"warnLevel": 0,
"deptId": "string",
"deptCode": "string",
"insertTime": "string",
"projectI": "string",
"projectCode": "string"
}
],
"type": "string"
}
curl --location --request POST 'http://localhost:8075/sz_product_new//api-warnInfo/saveWarnInfo.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"warnType": "string",
"list": [
{
"warnId": "string",
"warnContent": "string",
"warnLevel": 0,
"deptId": "string",
"deptCode": "string",
"insertTime": "string",
"projectI": "string",
"projectCode": "string"
}
],
"type": "string"
}'
{
"code": 0,
"data": "string",
"msg": "string"
}