简要描述:

  • 抖音cps-专辑商品列表

请求URL:

GET/route=plugin.tiktok-cps.api.goods.album-good-list
参数名 类型 说明 是否必须
page int 页码
album_id int 专辑

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "success",
    "data": {
        "current_page": 1,
        "data": [
            {
                "product_id": "3609573286356382944",
                "title": "【9.9元150包】宣美乐小麻花香酥可口六种口味混合传统休闲解馋零食",
                "is_kol_product": false,
                "price": 9.9,
                "cos_ratio": 2000,
                "cos_fee": 198,
                "cos_amount": 39,
                "first_cid": 20018,
                "second_cid": 20312,
                "third_cid": 22981,
                "in_stock": true,
                "sales": 56009507,
                "imgs": [
                    "https://p3-aio.ecombdimg.com/obj/ecom-shop-material/v1_MIjPNXI_71166834225882893150966_fe71d81300602fd5d766f1b1ff74671c_sx_205628_www1022-1022",
                    "https://p3-aio.ecombdimg.com/obj/temai/00001940ecb4716143af5754388e8072www800-800",
                    "https://p9-aio.ecombdimg.com/obj/ecom-shop-material/v1_MIjPNXI_70948142473481259670966_5dc06a61554c501d890c841c6e5054d9_sx_104481_www800-800",
                    "https://p6-aio.ecombdimg.com/obj/ecom-shop-material/v1_MIjPNXI_70948142619014597420966_0654ba6fc0c3148b2d1f488813e73c4e_sx_105897_www800-800",
                    "https://p9-aio.ecombdimg.com/obj/ecom-shop-material/v1_MIjPNXI_71168359051766991480966_48eb508323dba728336abd7f9994aa89_sx_113615_www790-790"
                ],
                "cover": "https://p3-aio.ecombdimg.com/obj/ecom-shop-material/v1_MIjPNXI_71166834225882893150966_fe71d81300602fd5d766f1b1ff74671c_sx_205628_www1022-1022",
                "detail_url": "https://haohuo.jinritemai.com/ecommerce/trade/detail/index.html?id=3609573286356382944&origin_type=open_platform",
                "shop_id": 4499966,
                "shop_name": "宣美樂食品旗舰店",
                "coupon_price": 9.9,
                "status": 0,
                "reason": "",
                "comment_score": 4.3,
                "comment_num": 32408,
                "order_num": 46000,
                "view_num": 308289,
                "kol_num": 17000,
                "category_name": "",
                "category_id": 0,
                "is_assured": false,
                "logistics_info": "48小时内从河南省发货,包邮",
                "has_sxt": true,
                "share_reward": "",
                "order_reward": "",
                "share_reward_type": "",
                "order_reward_type": "",
                "group_code": [],
                "cservice": {
                    "cservice": null
                },
                "month_sales": 244
            }
        ],
        "first_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=1",
        "from": 1,
        "last_page": 20,
        "last_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=20",
        "next_page_url": "http://119.91.205.224//addons/yun_shop/api.php?page=2",
        "path": "http://119.91.205.224//addons/yun_shop/api.php",
        "per_page": 1,
        "prev_page_url": null,
        "to": 1,
        "total": 20
    }
}

返回参数说明:

返回参数与“抖音cps-商品列表”接口一致。