grab.php 606 B

1234567891011121314151617181920212223
  1. <?php
  2. return [
  3. // 抓取地址参数
  4. 'urls'=> [
  5. 'nike_cn'=> [
  6. 'name'=> '中国官网',
  7. 'url'=> 'http://www.nike.com/cn'
  8. // 'url'=> 'https://www.nike.com/cn/launch?s=upcoming'
  9. ],
  10. 'test'=> [
  11. 'name'=> '测试',
  12. 'url'=>'http://127.0.0.39/api/index/index'
  13. // 'url'=>'https://www.nike.com:443/launch?s=upcoming'
  14. // 'url'=>'https://www.nike.com/'
  15. ],
  16. 'nike_us'=> [
  17. 'name'=> '美国官网',
  18. 'url'=> 'https://www.nike.com/launch?s=upcoming'
  19. ],
  20. ],
  21. ];