curl --location --request GET 'http://testnew.zfxfu.com:9999/ServiceMsgCoreV2/GetServiceMsg?pageIndex&pageSize&userid&fromwherestr&appversionid' \
--header 'token;'{
"code": 200,
"message": "string",
"data": {
"serviceMsgs": [
{
"msgType": 1,
"serviceType": "string",
"msgTypeText": "string",
"msgId": 0,
"msgText": "string",
"publisherId": 0,
"publisherName": "string",
"headImgUrl": "string",
"publishTime": "2019-08-24T14:15:22.123Z",
"hasReaded": true,
"webUrl": "string",
"listPageAppRoute": "string",
"detailPageAppRoute": "string",
"objectId": 0
}
],
"neverReadTotal": 0
}
}