{"name":"朝星小组网盘API","version":"1.0.0","description":"超星学习通小组网盘API服务","endpoints":[{"method":"GET","path":"/api/files","description":"获取文件列表"},{"method":"GET","path":"/api/files/download","description":"获取文件下载链接"},{"method":"POST","path":"/api/files/download-local","description":"下载文件到本地"},{"method":"POST","path":"/api/files/folder","description":"创建文件夹"},{"method":"POST","path":"/api/files/upload","description":"上传文件"},{"method":"DELETE","path":"/api/files","description":"删除文件或文件夹"}],"flutter_usage":{"base_url":"http://localhost:3000/flutter","authentication":{"headers":{"Cookie":"your_cookie_here","Bbsid":"your_bbsid_here"}},"new_feature":"预签名URL下载","description":"新增预签名URL下载功能，支持安全的文件下载，无需暴露后端凭证"}}