多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#学习笔记列表接口 ~~~[api] post:http://jddev.sp11.cn/people/notes/notesList title=1笔记标题 type= 笔记类型 time= 更改时间 (格式 2019-01-08 至 2019-02-15 *user_id= #登录人ID *page=1 # *limit=10 # <<< success { "msg": "成功", "data": [ { "staff_name": 更改人 "update_time":更改时间 "notes_id": 笔记主键 "topic_title": 专题名称 "notes_title": 笔记标题 "notes_type": 笔记类型 } ], "count": 计数 "stauts": "1" } <<< error ~~~