多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
> 返回字段说明 | 字段 | 说明 | | --- | --- | | date | 日期 | |periods|时段【AM:上午,PM:下午】| |content|json字符串,前端需要json parse,【time:时间,title:会议主题,desc:会议议题】| ~~~[api] get:/v1/meetingsys/meeting/listSchedule *mt_id#会议id <<< success { "code": 0, "msg": "ok", "data": { "list": [ { "id": 1, "mt_id": "4b22f318c5bc56583b375cd1badb3e32", "date": "2017-05-10", "periods": "AM", "content": "[{\"time\":\"\\u65e9\\u4e0a9\\u70b9\",\"title\":\"\\u53ec\\u5f00\\u5404\\u4ee3\\u8868\\u56e2\\u53ec\\u96c6\\u4eba\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u5f90\\u7acb\\u6bc5\\u4ee3\\u5e02\\u957f\\u505a\\u653f\\u5e9c\\u5de5\\u4f5c\\u62a5\\u544a\\uff1b2\\u3001\\u8868\\u51b3\\u300a\\u5173\\u4e8e\\u4ee3\\u8868***\\u8349\\u6848\\u300b\"},{\"time\":\"\\u7b2c\\u4e00\\u6b21\\u4f1a\\u8bae\\u7ed3\\u675f\",\"title\":\"\\u4e3e\\u884c\\u7b2c\\u4e8c\\u6b21\\u5168\\u4f53\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u8ba8\\u8bba\\u63d0\\u51fa\\u5927\\u4f1a\\u9009\\u4e3e\\u529e\\u6cd5\"}]", "status_del": 0, "timestamp": null }, { "id": 2, "mt_id": "4b22f318c5bc56583b375cd1badb3e32", "date": "2017-05-10", "periods": "PM", "content": "[{\"time\":\"\\u65e9\\u4e0a9\\u70b9\",\"title\":\"\\u53ec\\u5f00\\u5404\\u4ee3\\u8868\\u56e2\\u53ec\\u96c6\\u4eba\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u5f90\\u7acb\\u6bc5\\u4ee3\\u5e02\\u957f\\u505a\\u653f\\u5e9c\\u5de5\\u4f5c\\u62a5\\u544a\\uff1b2\\u3001\\u8868\\u51b3\\u300a\\u5173\\u4e8e\\u4ee3\\u8868***\\u8349\\u6848\\u300b\"},{\"time\":\"\\u7b2c\\u4e00\\u6b21\\u4f1a\\u8bae\\u7ed3\\u675f\",\"title\":\"\\u4e3e\\u884c\\u7b2c\\u4e8c\\u6b21\\u5168\\u4f53\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u8ba8\\u8bba\\u63d0\\u51fa\\u5927\\u4f1a\\u9009\\u4e3e\\u529e\\u6cd5\"}]", "status_del": 0, "timestamp": null }, { "id": 3, "mt_id": "4b22f318c5bc56583b375cd1badb3e32", "date": "2017-05-11", "periods": "AM", "content": "[{\"time\":\"\\u65e9\\u4e0a9\\u70b9\",\"title\":\"\\u53ec\\u5f00\\u5404\\u4ee3\\u8868\\u56e2\\u53ec\\u96c6\\u4eba\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u5f90\\u7acb\\u6bc5\\u4ee3\\u5e02\\u957f\\u505a\\u653f\\u5e9c\\u5de5\\u4f5c\\u62a5\\u544a\\uff1b2\\u3001\\u8868\\u51b3\\u300a\\u5173\\u4e8e\\u4ee3\\u8868***\\u8349\\u6848\\u300b\"},{\"time\":\"\\u7b2c\\u4e00\\u6b21\\u4f1a\\u8bae\\u7ed3\\u675f\",\"title\":\"\\u4e3e\\u884c\\u7b2c\\u4e8c\\u6b21\\u5168\\u4f53\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u8ba8\\u8bba\\u63d0\\u51fa\\u5927\\u4f1a\\u9009\\u4e3e\\u529e\\u6cd5\"}]", "status_del": 0, "timestamp": null }, { "id": 4, "mt_id": "4b22f318c5bc56583b375cd1badb3e32", "date": "2017-05-11", "periods": "PM", "content": "[{\"time\":\"\\u65e9\\u4e0a9\\u70b9\",\"title\":\"\\u53ec\\u5f00\\u5404\\u4ee3\\u8868\\u56e2\\u53ec\\u96c6\\u4eba\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u5f90\\u7acb\\u6bc5\\u4ee3\\u5e02\\u957f\\u505a\\u653f\\u5e9c\\u5de5\\u4f5c\\u62a5\\u544a\\uff1b2\\u3001\\u8868\\u51b3\\u300a\\u5173\\u4e8e\\u4ee3\\u8868***\\u8349\\u6848\\u300b\"},{\"time\":\"\\u7b2c\\u4e00\\u6b21\\u4f1a\\u8bae\\u7ed3\\u675f\",\"title\":\"\\u4e3e\\u884c\\u7b2c\\u4e8c\\u6b21\\u5168\\u4f53\\u4f1a\\u8bae\",\"desc\":\"1\\u3001\\u8ba8\\u8bba\\u63d0\\u51fa\\u5927\\u4f1a\\u9009\\u4e3e\\u529e\\u6cd5\"}]", "status_del": 0, "timestamp": null } ] } } <<< error ~~~