getMyInformation
POST
http://192.168.1.104/web/getMyInformation
接口描述
获取本用户的推送消息 10017
请求头
参数名
类型
描述
必填
TN
String
登录状态
必填
请求参数
参数名
类型
描述
必填
cmd
String
请求体描述
必填
响应参数
参数名
类型
描述
必填
code
String
响应参数
必填
message
String
响应描述
必填
data
List<Information>
必填
Information
参数名
类型
描述
必填
id
Integer
id
必填
content
String
推送内容
必填
isRead
String
已读/未读(T/F)
必填
contentType
String
推送的内容类型(1:系统消息 2:订单消息)
必填
pushType
String
推送类型(1:单个推送 2:群体推送)
必填
routeName
String
要跳转事物的名称
必填
routeParam
Map<String,String>
跳转的事物
必填
createTime
String
发送时间
必填