{ "noticeType": 10 }
curl --location --request POST '/v2/subscribe/sysmessage/getNoticeMessage' \ --header 'access_token: {{access_token}}' \ --header 'req_date: {{req_date}}' \ --header 'req_sign: {{req_sign}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "noticeType": 10 }'
{ "result": { "success": true, "req_id": "bb59f4cae4574362ab238bbac427e1bc", "timestamp": 1704808383856, "time": 4 }, "value": [ { "title":"税局维护通知", "noticeType":10, "message":"税局升级", "createTime":"2024-01-01 00:00:00" }, { "title":"查验异常通知", "noticeType":40, "message":"北京地区差异不稳定", "createTime":"2024-01-01 00:00:00" } ] }