# $url 为天猫、京东或淘宝的商品详情URL地址
$object = new CollectionService($url);
$info = $object->getInfo();
# info 格式为
{
title : '商品名称',
main_pic : { thumb_url: '缩略图地址', url: '原图地址'},
pic_list : { thumb_urls: ['图集缩略图数组'], urls: ['图集原图数组'] },
detail : '商品详情'
}
-
Notifications
You must be signed in to change notification settings - Fork 5
php 采集 天猫 京东 淘宝 商品详情页
License
bill-wangwang/phpcollection
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
php 采集 天猫 京东 淘宝 商品详情页
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published