curl --location --request GET 'http://testnew.zfxfu.com:9999/ServiceMsgCoreV2/GetCommunicateMsgMenu?userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": [
{
"groupName": "string",
"menus": [
{
"iconUrl": "string",
"title": "string",
"content": "string",
"lastTime": "2019-08-24T14:15:22.123Z",
"neverReadTotal": 0,
"msgTypes": [
1
],
"appRoute": "string",
"webUrl": "string"
}
]
}
]
}