Skip to content
This repository was archived by the owner on Mar 7, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 234 Bytes

File metadata and controls

8 lines (7 loc) · 234 Bytes
  • 将接口改为按时间拉取(豆瓣的正确时间格式如下所示)
GET  https://api.douban.com/v2/book/user/:name/collections
params: {
	from: '2015-10-19T17:14:11Z' // 注意最后有个Z(坑爹的豆瓣api)
}