mixmoe / HibiAPI

一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.
https://api.obfs.dev
Apache License 2.0
548 stars 83 forks source link

访问哔咔漫画图片提示没有权限 #404

Closed bilili-syy closed 2 months ago

bilili-syy commented 3 months ago

将API返回的fileServer和path进行拼接之后访问图片提示没有权限.请问是我的方法错了吗还是要在哪里获取token

mnixry commented 3 months ago

看了下他们网页版的实现, 应该是 "https://s3.picacomic.com/static/" + path, fileServer + '/static/' + path 也行

bilili-syy commented 2 months ago

看了下他们网页版的实现, 应该是 "https://s3.picacomic.com/static/" + path, fileServer + '/static/' + path 也行

感谢您~已经成功