ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#学习笔记列表接口 ~~~[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 ~~~