ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
#学习笔记添加接口 ~~~[api] post:http://jddev.sp11.cn/people/notes/notesSave notesId=1#笔记主键(添加传空) user_id= #当前登陆人ID notes_title= #标题 notes_type= #分类 topic_type= #专题类型ID notes_content= #内容 notes_thumb= #缩略图 memo= #备注 <<< success { "msg": "成功", "stauts": "1" } <<< error ~~~