{
"token": "88E7EFEA-8EB8-4D51-B936-47D8957F1BFE",//用户Token
"noticeTitle": "2102114",//播报标题
"noticeContent": "余京航",//播报内容
"id": "00101"//第三方唯一id
}
curl --location --request POST 'http://tx03.55kad.com/api/v2/DZBP/SchoolNewsInfoAdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "88E7EFEA-8EB8-4D51-B936-47D8957F1BFE",//用户Token
"noticeTitle": "2102114",//播报标题
"noticeContent": "余京航",//播报内容
"id": "00101"//第三方唯一id
}'
{
"resultCode": "string",
"resultMsg": "string"
}