接口对接

接口域名:http://public.api.dataoke.com
以下参数需要放在Http Request Header中

参数 参数说明
X-DTK-AppKey 开发者密钥
X-DTK-Nonce 随机字符串,6~128字符
X-DTK-Timestamp UTC时间戳(秒),注意服务器时间与标准时间同步
X-DTK-CheckSum 校验和

Appkey:48b49272cceb4840a56c795882f7e56a
AppSecret:9c335d32283d460bb9ead5c0ef9c2ec5
CheckSum:

  1. 生成随机字符串、当前时间戳;
  2. 将AppSecret、Nonce、Timestamp顺序拼接成字符串S;
  3. 使用SHA1算法计算校验和,CheckSum = SHA1(S)。

若签名失败,HTTP错误码为401。
测试用例:

  • Nonce=”7b0e7c14dc0e4e578d81f831a9ad89ac”
  • Timestamp=”1604321634”
  • S=”9c335d32283d460bb9ead5c0ef9c2ec57b0e7c14dc0e4e578d81f831a9ad89ac1604321634”
  • CheckSum=SHA1(s)=”6c1c41ac9ca84e0eb6131447b4d7dcc9adb41760”**

优惠爆料

  • 请求方式:GET
  • 接口地址:/api/beibei/baoliao

    请求参数

    | 参数名 | 类型 | 说明 | | —- | —- | —- | | cursor | int | 光标,首次请求传0,其后传入上次的cursor | | update_time | int | 更新时间,返回更新时间大于此时间的数据,用于增量更新(传0返回全量数据) | | limit | int | 每次返回数量 | | status | int | 数据状态,0:有效,-1:失效 |

响应数据

字段名 说明 类型 备注
goods_id 淘宝商品ID string
pictures_taobao 淘宝主图 array
pictures_marketing 营销图 array
price_actual 商品券后价 number
videos 视频列表 array
author_avatar 爆料人头像 string
author_name 爆料人名字 string
author_article_index 爆料人作品序号 number 采集的数据全为0
title_short 短标题 string
desc_recommend 推荐描述 string
price_history 降价曲线 object 历史价格
pictures_discount 优惠截图 array
title_taobao 淘宝标题 string
coupon_url 优惠券链接 string
coupon_amount 优惠券面额 number
presale_time 预售时间 string
platform 平台类型 number 1:淘宝,2:天猫
price 商品价格 number
update_time 数据更新时间 string
source 商品来源 number 1:什么值得买,2:返利网,3:大淘客
source_id 来源ID string source=3时表示大淘客ID
type 商品类型 number 采集的数据全为0
brand_id 品牌ID number
brand_name 品牌名 string
tags_discount 活动标签 array [“买3送1”]
tags_category 类目标签 array [“热销榜第2名”]
category_id 分类ID(淘宝) int
cid 分类ID(大淘客) int
tags_special 特色标签 array
status 数据状态 number 0:有效,-1:失效
sentiment 人气值 float
sales_2h 2小时销量 int
sales_daily 当天销量 int
lowest 是否历史低价 int 0.不是1.历史最低

响应示例

  1. {
  2. "code": 0,
  3. "cursor": 7254,
  4. "data": [
  5. {
  6. "id": 7220,
  7. "goods_id": "607308580072",
  8. "pictures_taobao": [
  9. "https://img.alicdn.com/bao/uploaded/i1/2176793738/O1CN01SjumAQ1dU37X7Z4YC_!!0-item_pic.jpg"
  10. ],
  11. "pictures_marketing": [
  12. "https://qny.smzdm.com/202007/27/5f1e3072e67a1282.jpg_d480.jpg"
  13. ],
  14. "videos": [],
  15. "author_avatar": "http://sr.ffquan.cn/beibei/avatar/3092579ff9f34a00b5f557353a6b98a1.jpg",
  16. "author_name": "dracos",
  17. "author_article_index": 0,
  18. "title_short": "WPS 稻壳会员卡 一个月兑换码",
  19. "desc_recommend": ":WPS稻壳会员原价是25元一个月的,现在半价领券到手7.9元,低于3.5折.WPS稻壳会员原价是25元一个月的,现在半价领券到手7.9元,低于五折。WPS是办公神器,有很多的PPT、简历、表格、等模板,能在线转化pdf、word等多种格式,对于不会做表格、ppt的小白简直是神器。(库存自动补)叠加优惠券:WPS稻壳月卡5元券",
  20. "price_history": {},
  21. "pictures_discount": [],
  22. "title_taobao": "【卡密】美团外卖会员月卡30天含6张5元外卖券红包代金券",
  23. "coupon_url": "https://uland.taobao.com/coupon/edetail?e=0Z5vjI6E1kgE%2BdAb1JoOOv9uasK2unUz3lq7b4fk8A6kamxjBDUoNzdC6dt479Fz9dqI%2Bd6xqJ5pMepz9Eig92jp926RHPMN4jYDACKRRghcpA3BvVwMOHYefz8NXcoYTJnbK5InWzmezv%2FplW9YUVdmQJtop5022XhfVVaMpqH%2BkjP6WTmR%2BYlfDDNX5XMQ&traceId=0b18357c15972899778396790e&union_lens=lensId:TAPI@1597289977@0b0f6dbd_0df5_173e5e6d806_318c@01&xId=2ANIPZIROn83ZtuQeHYQmAJF1X9kgcR6XZYRnhmpXrPW2VryUSqy9B4oCraKJ7cYkBDDGIROtnpNd5B57VFGSUcuZ2T045674ajB5RcOx8n9&activityId=e24dd1f3624444dfa8efd800c0bbcc6d",
  24. "coupon_amount": 0,
  25. "presale_time": "",
  26. "platform": 2,
  27. "price": 11.8,
  28. "price_actual": 7.9,
  29. "status": 0,
  30. "update_time": "2020-10-21T19:38:38Z",
  31. "source": 1,
  32. "type": 0,
  33. "tags_special": [
  34. "立减100"
  35. ]
  36. }
  37. ],
  38. "msg": "OK"
  39. }

用后反馈

  • 请求方式:GET
  • 接口地址:/api/beibei/fankui

    请求参数

    | 参数名 | 类型 | 说明 | | —- | —- | —- | | cursor | int | 光标,首次请求传0,其后传入上次的cursor | | update_time | int | 更新时间,返回更新时间大于此时间的数据,用于增量更新(传0返回全量数据) | | limit | int | 每次返回数量 | | status | int | 数据状态,0:有效,-1:失效 |

响应数据

字段名 说明 类型 备注
goods_id 淘宝商品ID string
pictures_taobao 淘宝主图 array
pictures_marketing 营销图 array
pictures_actual 实拍图 array
author_avatar 爆料人头像 string
author_name 爆料人名字 string
author_article_index 爆料人作品序号 number 采集的数据全为0
title_short 商品短标题 string
comments 评论列表 array
title_taobao 商品淘宝标题 string
coupon_url 优惠券链接 string
coupon_amount 优惠券面额 number
platform 平台类型 number 1:淘宝,2:天猫
price 商品价格 number
price_actual 商品券后价 number
update_time 更新时间 string
brand_id 品牌ID number
brand_name 品牌名 string
tags_discount 活动标签 array [“买3送1”]
tags_category 类目标签 array [“热销榜第2名”]
category_id 分类ID(淘宝) int
cid 分类ID(大淘客) int
tags_special 特色标签 array
status 数据状态 number 0:有效,-1:失效

响应示例

  1. {
  2. "code": 0,
  3. "cursor": 88917,
  4. "data": [
  5. {
  6. "id": 88916,
  7. "goods_id": "625420844759",
  8. "pictures_taobao": [
  9. "https://img.alicdn.com/imgextra/i1/3940977398/O1CN011WwRfK24WKiJF7LHx_!!3940977398.jpg"
  10. ],
  11. "pictures_marketing": [
  12. "https://sr.ffquan.cn/dtk_www/20201009/btvs9g4q57boah3n6kqg0.jpg"
  13. ],
  14. "pictures_actual": [],
  15. "author_avatar": "http://sr.ffquan.cn/beibei/avatar/ba213e39315c4574b59777c405e05962.jpg",
  16. "author_name": "徐桂珍",
  17. "author_article_index": 0,
  18. "title_short": "【2件装】孕妇哺乳文胸舒适孕期怀孕期专用",
  19. "comments": [
  20. "一下子买了两件,灰色和黑色,质地柔软,穿着舒服,方便哺乳用。码数大,适合产前产后。哺乳内衣是专为哺乳期内妇女设计的一种便捷喂养内衣,哺乳内衣纵横都可伸缩,柔软的弹性材质。操作简单,可以只漏出一面乳头哺乳。其柔软无束缚感,穿起来感觉非常柔软舒适。宽松的穿着感觉,即使里面夹一块毛巾,也不会有压迫感",
  21. "这款内衣买得超值了,价格非常便宜,没有想到质量还不错,内衣的布料挺柔软的,又有弹性,里面的海绵垫是可以抽取出来的。",
  22. "哺乳内衣跟不错,我喜欢穿这种的,舒适感比较好,不勒着,穿着感觉很不错,很舒服,性价比超级高,很满意的一次购物,很喜欢,会继续关注的…"
  23. ],
  24. "title_taobao": "Beauforme哺乳文胸孕妇内衣聚拢防下垂女薄款大码喂奶胸罩孕期bra",
  25. "coupon_url": "https://uland.taobao.com/quan/detail?sellerId=3940977398&activityId=dcd7940536d9411f8ecfcff71faea2a4",
  26. "coupon_amount": 30,
  27. "platform": 2,
  28. "price": 59.9,
  29. "price_actual": 29.9,
  30. "status": 0,
  31. "update_time": "2020-10-21T19:30:29Z"
  32. },
  33. {
  34. "id": 88917,
  35. "goods_id": "613187763857",
  36. "pictures_taobao": [
  37. "https://img.alicdn.com/bao/uploaded/i4/3369536800/O1CN01oNmFah206RpiSeoND_!!0-item_pic.jpg"
  38. ],
  39. "pictures_marketing": [
  40. "https://img.alicdn.com/imgextra/i3/2665880000/O1CN01xM2y5r1Bs2coXUfJF_!!2665880000.jpg"
  41. ],
  42. "pictures_actual": [],
  43. "author_avatar": "http://sr.ffquan.cn/beibei/avatar/d6da896aa9214ec184c3015112465172.jpg",
  44. "author_name": "邹丽娟",
  45. "author_article_index": 0,
  46. "title_short": "【日相月】s码原生木浆抽纸3包",
  47. "comments": [
  48. "宝贝收到了,真的是无物有所值非常满意,卖家服务态度很好,发货很快,包裹的很严实没有任何破损,快递小哥送货速度快,和卖家描述的完全一致,完全超出所望,很满意的一次购物哦! ",
  49. "这个真的太🉑了,🎁包装很精美,宝贝做工比较精细,商家特别好❤,有问题都及时处理👍,确实是一次相当满意的网购,还会再来的😘 ",
  50. "服务很好,速度很快,包装很好,很好用,效果很好是正品?店家服务很好?祝店家生意兴隆?纸质量很好?"
  51. ],
  52. "title_taobao": "日相月抽纸s码原生木浆抽纸3包一提抽只抽纸家用小包纸巾便携式",
  53. "coupon_url": "https://uland.taobao.com/quan/detail?sellerId=3369536800&activityId=ecad7100543d44c397b8995bf98b1dbe",
  54. "coupon_amount": 1,
  55. "platform": 2,
  56. "price": 7.9,
  57. "price_actual": 6.9,
  58. "status": 0,
  59. "update_time": "2020-10-21T19:30:29Z"
  60. }
  61. ],
  62. "msg": "OK"
  63. }

开箱

  • 请求方式:GET
  • 接口地址:/api/beibei/kaixiang

    请求参数

    | 参数名 | 类型 | 说明 | | —- | —- | —- | | cursor | int | 光标,首次请求传0,其后传入上次的cursor | | update_time | int | 更新时间,返回更新时间大于此时间的数据,用于增量更新(传0返回全量数据) | | limit | int | 每次返回数量 | | status | int | 数据状态,0:有效,-1:失效 |

响应数据

字段名 说明 类型 备注
goods_id 淘宝商品ID string
pictures_taobao 淘宝主图 array
pictures_marketing 营销图 array
pictures_actual 实拍图 array
videos 视频 array
author_avatar 爆料人头像 string
author_name 爆料人名字 string
author_article_index 爆料人作品序号 number 采集的数据全为0
title_short 商品短标题 string
title_taobao 商品淘宝标题 string
coupon_url 优惠券链接 string
coupon_amount 优惠券面额 number
platform 平台类型 number 1:淘宝,2:天猫
price 商品价格 number
price_actual 商品券后价 number
update_time 更新时间 string
brand_id 品牌ID number
brand_name 品牌名 string
tags_discount 活动标签 array [“买3送1”]
tags_category 类目标签 array [“热销榜第2名”]
category_id 分类ID(淘宝) int
cid 分类ID(大淘客) int
tags_special 特色标签 array
status 数据状态 number 0:有效,-1:失效

响应示例

  1. {
  2. "code": 0,
  3. "cursor": 22516,
  4. "data": [
  5. {
  6. "id": 14567,
  7. "goods_id": "629309079336",
  8. "pictures_taobao": [
  9. "https://img.alicdn.com/imgextra/i2/3401135441/O1CN01ubmkO51q41cVIPAd5_!!3401135441.jpg"
  10. ],
  11. "pictures_marketing": [
  12. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tjbiulrgamp8bvh100.jpg"
  13. ],
  14. "pictures_actual": [
  15. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tkviulrgamp8bvj000.jpg",
  16. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tkviulrgamp8bvj001.jpg",
  17. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tkviulrgamp8bvj002.jpg",
  18. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tkviulrgamp8bvj003.jpg",
  19. "https://sr.ffquan.cn/dtk_user_fd/20201021/bu7tkviulrgamp8bvj004.jpg"
  20. ],
  21. "videos": [
  22. "https://video.ffquan.com/video/o_1el4uq913857vkr12q5qiu19n41g39179.mp4"
  23. ],
  24. "author_avatar": "http://sr.ffquan.cn/beibei/20201015/avatar/bu3sfednt5fv48nuhts0.jpg",
  25. "author_name": "梦想是个猪",
  26. "author_article_index": 0,
  27. "title_short": "【百人验货】航海岛鱿鱼仔250g带籽即食",
  28. "title_taobao": "航海岛碳烤鱿鱼仔带籽即食零食小吃休闲食品小包装麻辣墨鱼仔香辣",
  29. "coupon_url": "https://uland.taobao.com/quan/detail?sellerId=2202868742285&activityId=f2132794809e467fa6088be0d5fd8211",
  30. "coupon_amount": 5,
  31. "platform": 2,
  32. "price": 14.9,
  33. "price_actual": 9.9,
  34. "status": 0,
  35. "update_time": "2020-10-21T19:34:04Z"
  36. },
  37. {
  38. "id": 22516,
  39. "goods_id": "600561739866",
  40. "pictures_taobao": [
  41. "https://img.alicdn.com/imgextra/i3/1036475631/O1CN01AfGPcm1rT2qygk8Q0_!!1036475631.jpg"
  42. ],
  43. "pictures_marketing": [
  44. "https://sr.ffquan.cn/dtk_user_fd/20200425/bqhujt4q57brais77s5g0.png"
  45. ],
  46. "pictures_actual": [],
  47. "videos": [
  48. "https://video.ffquan.com/video/o_1ee7mvvae1mdu192a1paft1k14vf2479725.mp4"
  49. ],
  50. "author_avatar": "http://sr.ffquan.cn/beibei/20201015/avatar/bu3sg7kq2bur528oj4lg.jpg",
  51. "author_name": "nanocrystal",
  52. "author_article_index": 0,
  53. "title_short": "小包散装泡椒凤爪休闲零食250g",
  54. "title_taobao": "张记友伦散装泡椒凤爪小包装休闲出行零食四川特产山椒泡鸡爪500g",
  55. "coupon_url": "https://uland.taobao.com/quan/detail?sellerId=2205206056572&activityId=be778ef22aae4900b8d02e513e031ff4",
  56. "coupon_amount": 3,
  57. "platform": 2,
  58. "price": 18.7,
  59. "price_actual": 15.7,
  60. "status": 0,
  61. "update_time": "2020-10-21T19:50:52Z"
  62. }
  63. ],
  64. "msg": "OK"
  65. }

批量拉数据

  • 请求方式:GET
  • 接口地址:/api/beibei/fetch

    请求参数

    | 参数名 | 类型 | 说明 | | —- | —- | —- | | type | int | 优惠爆料:1,用后反馈:2,开箱:3 | | id | string | 数据的ID,可传多个,用”,”分隔 |

响应数据

见上面各类型的数据格式。

响应示例

{
    "code": 0,
    "data": [
        {
            "id": 3196839,
            "goods_id": "556114422870",
            "pictures_taobao": [
                "https://img.alicdn.com/i1/3165847810/TB25WJQaOAnBKNjSZFvXXaTKXXa_!!3165847810.jpg",
                "https://img.alicdn.com/i1/3165847810/TB21uWnfrSYBuNjSspiXXXNzpXa_!!3165847810.jpg",
                "https://img.alicdn.com/i4/3165847810/TB2zUkRdgmTBuNjy1XbXXaMrVXa_!!3165847810.jpg",
                "https://img.alicdn.com/i2/3165847810/O1CN01GRXmmP27Z1rZQrz6u_!!3165847810.jpg",
                "https://img.alicdn.com/bao/uploaded/i1/3165847810/O1CN01iJHS7n27Z1sJrTkP1_!!0-item_pic.jpg"
            ],
            "pictures_marketing": [
                "https://y.zdmimg.com/201905/30/5cef876c4e31d2542.jpg_d480.jpg"
            ],
            "videos": [],
            "author_avatar": "http://sr.ffquan.cn/beibei/avatar/463bf0598cc44ee3970352b784460a3a.jpg",
            "author_name": "陈云",
            "author_article_index": 0,
            "title_short": "Babyfaceboy 贝彼菲斯 FZT-001 儿童防撞条",
            "desc_recommend": ":天猫精选目前报价12.9元,使用2元优惠券后实付10.9元,持平站内优惠价格,喜欢的可以关注叠加优惠券:2元优惠券",
            "price_history": {
                "2020-10-18 12:37:07": 10.9,
                "2020-10-24 15:22:01": 10.9,
                "2020-11-05 14:23:21": 10.9,
                "2020-11-07 17:40:12": 10.9
            },
            "pictures_discount": [],
            "title_taobao": "防撞条家用儿童墙角包边桌角保护套宝宝婴儿防磕碰安全软包护角贴",
            "coupon_url": "https://uland.taobao.com/coupon/edetail?e=2PWVe3RBP%2FIGQASttHIRqeh%2FEdWqAE1QfeIvZCOdaaqkamxjBDUoNzdC6dt479FzEqpfucppF9p9DocGhr3HfGjp926RHPMN4jYDACKRRghcpA3BvVwMOMHVq%2Fdxq%2FDATJnbK5InWznd4dRbTb5WN9VqM6BWlz381n7MM6p1XL5HTZI7gbiaB92KjEnFqxpUTKa0GDeifG8%3D&traceId=0b0cc5e516022060122207724e159e&union_lens=lensId:TAPI@1602206012@0b0b14d1_0d6a_1750aeb9354_365b@01",
            "coupon_amount": 2,
            "presale_time": "",
            "platform": 2,
            "price": 12.9,
            "price_actual": 10.9,
            "status": 0,
            "update_time": 1606236561,
            "source": 1,
            "type": 0,
            "brand_id": 1642225928,
            "brand_name": "贝彼菲斯",
            "category_id": 50012226,
            "cid": 2,
            "tags_discount": [],
            "tags_category": []
        },
        {
            "id": 3211441,
            "goods_id": "604757345921",
            "pictures_taobao": [
                "https://img.alicdn.com/i1/2599245023/O1CN01Mx3jaC1mya0GbqlAG_!!2599245023.jpg",
                "https://img.alicdn.com/i4/2599245023/O1CN01oYD9S31mya0EUgdLR_!!2599245023.jpg",
                "https://img.alicdn.com/i3/2599245023/O1CN01jOmH2D1mya0UuOhFU_!!0-item_pic.jpg",
                "https://img.alicdn.com/i1/2599245023/O1CN018gCeWP1mya0ew5PIt_!!2599245023.png",
                "https://img.alicdn.com/bao/uploaded/i1/2599245023/O1CN01moSwGv1mya4h1ENMS_!!2599245023-0-picasso.jpg"
            ],
            "pictures_marketing": [
                "https://qny.smzdm.com/202011/08/5fa7e5072deff8437.jpg_d480.jpg"
            ],
            "videos": [],
            "author_avatar": "http://sr.ffquan.cn/beibei/avatar/0af149816fea4f94bf14e742c5269763.jpg",
            "author_name": "Wall",
            "author_article_index": 0,
            "title_short": "3卷|加厚MEVO一次性洗脸巾女纯棉无菌洁面巾擦脸巾棉柔巾卷筒式",
            "desc_recommend": ":3卷|加厚MEVO一次性洗脸巾女纯棉无菌洁面巾擦脸巾棉柔巾卷筒式【原价】29.9元【券后】19.9元【推荐理由】【超大3包】洁面,卸妆,安全卫生健康!干湿两用,不含荧光剂,孕婴都可用!高纬度黄金产出的长绒棉,可瞬间吸收水分!一卷顶平时两卷,70张,纯棉吸水性好,足足3大卷,买一次,够用好久!叠加优惠券:满29元减10元",
            "price_history": {
                "2020-10-12 08:59:03": 19.9,
                "2020-10-12 15:04:41": 19.9,
                "2020-10-13 23:24:08": 19.9,
                "2020-10-15 19:24:06": 19.9,
                "2020-10-18 13:06:04": 19.9,
                "2020-10-21 09:27:20": 19.9,
                "2020-10-22 20:14:16": 19.9,
                "2020-10-25 22:32:04": 19.9,
                "2020-10-29 10:38:13": 19.9,
                "2020-10-30 14:02:09": 19.9
            },
            "pictures_discount": [],
            "title_taobao": "3卷|加厚MEVO一次性洗脸巾女纯棉无菌洁面巾擦脸巾棉柔巾卷筒式",
            "coupon_url": "https://uland.taobao.com/coupon/edetail?e=9lThg7IsSpYE%2BdAb1JoOOp3e%2FGoYVMbY%2FwxEqaMEswGkamxjBDUoNzdC6dt479FzlGfwXtWmS6nsL5LOCiIdIVxEfrxz3TJRSk5JoZawRUC9g5q5YgA7l7CSyLFw4qsuJ47rYvIjaE20%2Bc5Gzwi6gW5us6IkMHWUSn4qX%2BrddxhXZkCbaKedNtl4X1VWjKahAJx1L1%2FoMb9qpFtvUyGwOw%3D%3D&traceId=0bb625ec16048390900943564e3c66&union_lens=lensId:TAPI@1604839090@0b5952e1_95b4_175a7dd27bb_1ef0@01",
            "coupon_amount": 10,
            "presale_time": "",
            "platform": 2,
            "price": 29.9,
            "price_actual": 19.9,
            "status": 0,
            "update_time": 1606272712,
            "source": 1,
            "type": 0,
            "brand_id": 0,
            "brand_name": "",
            "category_id": 50010817,
            "cid": 3,
            "tags_discount": [],
            "tags_category": [
                "化妆棉榜第2名"
            ]
        },
        {
            "id": 3213948,
            "goods_id": "617938984076",
            "pictures_taobao": [
                "https://img.alicdn.com/i3/2208015205873/O1CN01a5CfSL1tFsj6ncUN4_!!2208015205873.jpg",
                "https://img.alicdn.com/i3/2208015205873/O1CN01NwkgiT1tFsh7aPfyX_!!2208015205873.jpg",
                "https://img.alicdn.com/i1/2208015205873/O1CN01xPxve11tFsiANVwSI_!!2208015205873.png",
                "https://img.alicdn.com/i2/2208015205873/O1CN01sBck0k1tFsi3E5klP_!!2208015205873.jpg",
                "https://img.alicdn.com/bao/uploaded/i1/2208015205873/O1CN01ZmAmqP1tFsjOJYWTR_!!2208015205873-0-picasso.jpg"
            ],
            "pictures_marketing": [
                "https://qny.smzdm.com/202010/15/5f87bbe07e146121.png_d480.jpg"
            ],
            "videos": [],
            "author_avatar": "http://sr.ffquan.cn/beibei/avatar/d982ea39db814b9cbe2dc829466fd24b.jpg",
            "author_name": "车秀华",
            "author_article_index": 0,
            "title_short": "超威 马桶清洁剂 500g*4瓶",
            "desc_recommend": "强效洁厕净,轻松打扫,告别顽固污垢,含有高效EA成分,快速清洁污垢,有效的抑菌因子,强效清除各种细菌,浓稠液体配方,省力方便。:天猫目前售价29.9元,叠加10元优惠券,折后19.9元,近期好价叠加优惠券:满29元减10元",
            "price_history": {
                "2020-10-13 23:09:35": 19.9,
                "2020-10-20 21:51:29": 19.9,
                "2020-10-21 08:38:22": 19.9,
                "2020-10-27 22:59:16": 19.9,
                "2020-11-05 08:18:07": 19.9
            },
            "pictures_discount": [],
            "title_taobao": "4瓶超威洁厕液厕净尿垢马桶清洁剂卫生间除菌厕所除臭家用洁厕灵",
            "coupon_url": "https://uland.taobao.com/coupon/edetail?e=Jp68B2eYdt4E%2BdAb1JoOOo0VrCJ8Dj%2BB3MFHnbHKe%2BmkamxjBDUoNzdC6dt479FzEqpfucppF9pQVEcgWnHC8VxEfrxz3TJRSk5JoZawRUC9g5q5YgA7l7CSyLFw4qsuJ47rYvIjaE20%2Bc5Gzwi6gW5us6IkMHWUSn4qX%2BrddxhXZkCbaKedNtl4X1VWjKahOSfDmWS0Bg8DCRHlYNFmBw%3D%3D&traceId=0bb6346a16048480343748798e6cd7&union_lens=lensId:TAPI@1604848034@0b0fa1f9_9dfb_175a865a24e_0cfd@01",
            "coupon_amount": 10,
            "presale_time": "",
            "platform": 2,
            "price": 29.9,
            "price_actual": 19.9,
            "status": 0,
            "update_time": 1605976157,
            "source": 1,
            "type": 0,
            "brand_id": 227282562,
            "brand_name": "超威",
            "category_id": 50014010,
            "cid": 4,
            "tags_discount": [],
            "tags_category": []
        },
        {
            "id": 3214666,
            "goods_id": "523124617349",
            "pictures_taobao": [
                "https://img.alicdn.com/i4/2258006982/O1CN01PBGGeg21RnuS7SCvy_!!2258006982.jpg",
                "https://img.alicdn.com/i3/2258006982/O1CN01pxGWd821RnrSWjRqx_!!2258006982.jpg",
                "https://img.alicdn.com/i1/2258006982/O1CN01Fii4Io21RnuwmFN2s_!!2258006982.jpg",
                "https://img.alicdn.com/i2/2258006982/O1CN013bYQdB21RnriEVrWc_!!2258006982.jpg",
                "https://img.alicdn.com/bao/uploaded/i1/2258006982/O1CN01nyrxo321RnxrB6xbG_!!0-item_pic.jpg"
            ],
            "pictures_marketing": [
                "https://qny.smzdm.com/202007/06/5f02a973678866867.jpg_d480.jpg"
            ],
            "videos": [],
            "author_avatar": "http://sr.ffquan.cn/beibei/avatar/090eab6cdedd4ed2b54e1d72eaa5493f.jpg",
            "author_name": "李海燕",
            "author_article_index": 0,
            "title_short": "健美创研 炫目睛采双头眉笔 3支装 3片眉卡",
            "desc_recommend": "防汗防水,显色度高,一笔成型,再也没有犯懒的理由了!一笔两用,自然眉形轻松打造,让你瞬间变女神!:天猫精选目前报价9.9元,狂欢价8.9元,使用2元优惠券后实付6.9元,精选好价,不容错过~叠加优惠券:2元优惠券",
            "price_history": {
                "2020-10-11 16:47:05": 6.9,
                "2020-10-20 14:42:39": 6.9,
                "2020-10-27 17:39:21": 6.9,
                "2020-10-29 21:42:19": 6.9,
                "2020-11-04 20:18:11": 1.9,
                "2020-11-05 21:06:28": 1.9,
                "2020-11-05 21:07:30": 1.9
            },
            "pictures_discount": [],
            "title_taobao": "3支装|极细眉笔超细头女防水防汗自然持久不脱色雾眉粉初学者正品",
            "coupon_url": "https://uland.taobao.com/coupon/edetail?e=l%2BrKEcIYoF0GQASttHIRqcw9xuLOh3UoERCpVQhMQUikamxjBDUoNzdC6dt479FzlGfwXtWmS6nsL5LOCiIdIVxEfrxz3TJRSk5JoZawRUC9g5q5YgA7l1jhj%2BCmrjkaJ47rYvIjaE0z0BKd%2F02MBtYUXgYx689d7an2rmmOoVAAm1XlITZNWptDyU6tV65IuQKL0SfLpqwwnuuhVAfGQQ9VpDxS0znN&traceId=0b0cc5e916048479280098411ecc60&union_lens=lensId:TAPI@1604847928@2108851c_0a10_175a86402d5_bebc@01",
            "coupon_amount": 3,
            "presale_time": "",
            "platform": 2,
            "price": 9.9,
            "price_actual": 6.9,
            "status": 0,
            "update_time": 1606235944,
            "source": 1,
            "type": 0,
            "brand_id": 708308673,
            "brand_name": "健美创研",
            "category_id": 50010798,
            "cid": 3,
            "tags_discount": [],
            "tags_category": []
        }
    ],
    "msg": "OK"
}