python爬虫:为什么用requests可以爬到数据,用scrapy爬到数据为空?

"http://detail.zol.com.cn/index.php?c=SearchList&keyword=%C8%FD%D0%C7&page=1"
用requests可以爬到数据,scrapy爬的状态码是200,但响应没有数据,什么原因?

贴scrapy代码看看

https://blog.csdn.net/qq_29750461/article/details/80495620