TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
“豆瓣·电影日历”服务器端开始完全鉴权 _ts 及 _sig https://frodo.douban.com/api/v2/calendar/today?apikey=这里是 BoxJs 里填写的 APIKey&_ts=这里是十位时间戳&_sig=路径及时间戳加密后的鉴权(注意要 URLencode)&date=这里是日期YYYY-MM-DD&alt=json 应该是个HmacSHA1,其中 _ts 是十位时间戳 _sig 是通过 HmacSHA1 加密后的数据 可参考项目: 1. https://github.com/zhanghai/Douya 2. https://zhuanlan.zhihu.com/p/57658056 最近有点忙 有时间研究一下加进去 有大佬解决了可以 pr,非常感谢!