🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## 获取消息列表 ~~~[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 ~~~