{
"userId": "string",
"title": "string"
}
curl --location --request POST '/data-api/outer/msg/getUserAllNotice' \
--header 'client_id: ZZGBGL' \
--header 'client_secret: ZZGBGL' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"title": "string"
}'
{
"status": "0",
"message": null,
"detailMessage": null,
"data": [
[],
[],
[],
[],
[],
[],
[
{
"ishavefile": "0",
"createtime": "2024.07.23 14:06:58",
"prioritycode": "1",
"title": "测试",
"type": "1",
"noticeid": "b1d13ac442984be09db0c0d1153c36df",
"content": "<p>测试</p>",
"noticeId": "b1d13ac442984be09db0c0d1153c36df",
"is_send_all": "",
"noticeuserid": "4028C2FB90DA57BD0190DE333CDF0061",
"isneedreply": "",
"isread": "1",
"mycollect": "false",
"updatetime": "2024-07-23 14:06:58",
"b0101": "江苏省"
}
]
]
}