## 获取消息 +++ get:/user/getMsg *userId=1#用户Id *loginIdentifier=123123123#登陆凭证 <<< success { "onceToken": "", "data": { "accountMsg": [ { "messageId": 2, "title": "您的车位已经被预约啦", "content": "您的车位已经被预约啦", "createTime":"消息时间" } ], "orderMsg": [ { "messageId": 5, "title": "停车已完成", "content": "停车费2元支付成功,彩虹城小区车位2号" "createTime":"消息时间" } ] }, "code": "00000", "info": "信息获取成功" } <<< error { "onceToken": null, "data": null, "code": "10003", "info": "loginIdentifier不能为空" } +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- |