curl --location --request GET 'https://api.shakingcloud.com/api/common/notice/list'
{
"attributes": {},
"code": "string",
"data": [
{
"content": "string",
"createDate": "2019-08-24T14:15:22Z",
"createStr": "string",
"description": "string",
"isPush": true,
"isShow": true,
"key": "string",
"modifyDate": "2019-08-24T14:15:22Z",
"sort": 0,
"title": "string",
"tkey": "string"
}
],
"msg": "string",
"success": true,
"totalCount": 0
}