-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
添加web api相关代码 #320
base: main
Are you sure you want to change the base?
添加web api相关代码 #320
Conversation
有api文档吗? |
我回去整理一下,本来以为没人关注的 |
确实有点需要,之前给群友做了个机器人,收到链接下载后自动发到群里,就是通过命令行处理的,实在有些难看hhh |
能不能使用docker部署 ,或者把dockerfile写一下 |
有dockerfile的 |
只是没有打包镜像 |
简单的文档在docs下的baidupcs_api.md文件中 |
ok |
OK |
似乎因为秒传接口的变更,现在的代码编译过不了,api这个是否有考虑再跟进下? |
我看看 |
编译错误主要出现在分享链接的相关代码中,目前按照官方的代码,修复了相关的调用逻辑,但并没有测试功能。大伙先编译了试一试,有问题我再提交 |
transfer还是用不了似乎,正常传入分享链接返回秒传链接转存到网盘失败: 秒传链接格式错误 |
官方的代码中,秒传的链接已经不再支持,所以需要在此处屏蔽秒传相关的代码 |
测试了相关接口,是可以运行的 |
使用gin引出了web api接口,没有系统测试过,如果有人愿意使用的的话,后续我可以继续更新