curl --location --request GET '43.139.194.209:8088/notice/mysend' \
--header 'token;'
{
"code": 200,
"msg": "操作成功",
"data": [
{
"noticeId": "70930ba9d4b04738880",
"theme": "www",
"content": "测试测试测试测试测试",
"receiveNames": [
"张三",
"测试",
"测试"
]
},
{
"noticeId": "c0f3908167b14485b72",
"theme": "111",
"content": "11111111",
"receiveNames": [
"张三",
"测试",
"测试"
]
}
]
}