curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/publish/actions/getPublishResources' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 10,
"type": "ClassNotice",
"queryType": "Class",
"queryField": "11a795f4a25d4de09edd091f28747efc",
"schoolId": "11a795f4a25d4de09333391f28747efc"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"pageNo": 1,
"pageSize": 20,
"totalPage": 1,
"total": 2,
"hasNextPage": false,
"hasPreviousPage": false,
"firstPage": true,
"lastPage": true,
"rows": [
{
"publicityId": "32e872064bec4440bef656752b53010b",
"publicityTitle": "小编不行",
"publicityContent": "不行不行",
"userId": "2bf06857b8a748eda53adbe8a7db7e97",
"userName": "李文勉203",
"publishTime": "2020-06-29 10:40:43",
"createTime": "2020-06-29 10:40:43",
"publicityType": 0,
"lstAccessory": null
},
{
"publicityId": "573eeed1af5446d483ac99e975862d7a",
"publicityTitle": "fd",
"publicityContent": "cc",
"userId": "2bf06857b8a748eda53adbe8a7db7e97",
"userName": "liwenmian203",
"publishTime": "2020-03-10 21:32:27",
"createTime": "2020-03-10 21:32:27",
"publicityType": 1,
"lstAccessory": [
{
"accessoryUrl": "https://pbpic.hik-cloud.com/minerva/face/repository/0/dfddfc68c9dasdfsadf6c43fb080c0e/E2AC39AD-44AE-4852-9827-7Easdf94EFF.jpg",
"accessorySize": "3876"
}
]
}
]
},
"success": true
}