{
"token": "String",//用户token
"NoticeTitle": "String",//通知标题
"NoticeStartTime": "String",//通知开始时间(yyyy-mm-dd hh:mm:ss)
"NoticeEndTime": "String",//通知结束时间(yyyy-mm-dd hh:mm:ss)
"NoticeContent": "String",//通知内容
"NoticeType": "String",//1紧急,0否
"Mode": "String"//学校通知、欢迎页
}
curl --location --request POST 'http://tx03.55kad.com/api/v2/DZBP/NoticeAdd' \
--header 'Content-Type: application/json' \
--data-raw '{
"token": "String",//用户token
"NoticeTitle": "String",//通知标题
"NoticeStartTime": "String",//通知开始时间(yyyy-mm-dd hh:mm:ss)
"NoticeEndTime": "String",//通知结束时间(yyyy-mm-dd hh:mm:ss)
"NoticeContent": "String",//通知内容
"NoticeType": "String",//1紧急,0否
"Mode": "String"//学校通知、欢迎页
}'
{
"resultCode": "string",
"resultMsg": "string",
"Id": "string"
}