curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/publish/actions/publishResources' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceType": " CampusPublicity",
"publishType": "Class",
"lstPublishIds": [{
"id": "11a795f4a25d4de09edd091f28747efc"
},{
"id": "222295f4a25d4de09edd091f28742222"
}],
"detailInfo": {
"title": "我是校园宣传名称",
"content": "我是校园宣传内容",
"mainType": 1,
"subType": 1
},
"schoolId":"444495f4a25d4de09333391f28747efc",
"campusPublicity": {
"isRegulardisplay": 0,
"durationMinutes": 10
}
}'