xhboke / douban

基于thinkphp5.1的豆瓣电影API
https://api.xhboke.com/doc/movie/
MIT License
116 stars 21 forks source link

搜索接口一到晚上就返回空 #19

Open Anbool opened 2 years ago

Anbool commented 2 years ago

搜索接口:http://127.0.0.1:8000/search/key/长津湖 每天到晚上就返回结果为空,到白天就正常了,从2.1版本更新之后开始用这个接口的,麻烦可以看下这个是我自己的问题吗?

xhboke commented 2 years ago

这个不好说,我白天晚上好像都可以

Anbool commented 2 years ago

老哥,我想问一下,那个DouBan.php中的Cookie怎么用的?我现在用这个接口,用不了一会就不返回结果了,有哪里日志可以查下原因吗?

xhboke commented 2 years ago

https://github.com/xhboke/douban/blob/fe40a4e89465dbc0107ef589b5ba8848a55518f6/extend/DouBanLib/DouBan.php#L16

Anbool commented 2 years ago

是直接把获取到的所有Cookie都写进去吗?