## 獲取消息列表
~~~[api]
get:/api/work/listLogWorkChange
*string:openid#32位字符串,例:83be65cfc2314835121aaadd652af62f
int:cursor_min#最小游標,列表中最小的id,如果首次調用則可以為空
<<<
success
{
"code":0,
"msg":'ok',
"returnData":{
"result":[
{
"id": 161,
"content": "修改了名為寫思想報告的2017-08-17 10:39:36的日程",
"timestamp": 1502937736,
"timeformat": "2017-08-17 10:42:16",
"status": 3, //【1、添加,2、刪除,3、修改,4、接受日程邀請,5、拒絕日程邀請】
"user": {
"openid": "45c504643e3397c486436ee3ceebf8f4",
"name": "徐益赟",
"photo": "0",
"gender": 0
}
},
......
]
}
}
<<<
error
~~~