第三方api接口
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
713 B

  1. package pdd
  2. // 多多进宝API
  3. // https://open.pinduoduo.com/application/document/api?id=pdd.ddk.goods.recommend.get
  4. //func Detail() {
  5. // method := "pdd.ddk.goods.recommend.get"
  6. // args := map[string]interface{}{
  7. // "channel_type": "", // 非必填, 0-1.9包邮, 1-今日爆款, 2-品牌清仓,3-相似商品推荐,4-猜你喜欢,5-实时热销,6-实时收益,7-今日畅销,8-高佣榜单,默认1
  8. // "limit": 400, // 非必填, 请求数量;默认值 : 400
  9. // "offset": 400, // 非必填, 从多少位置开始请求;默认值 : 0,offset需是limit的整数倍,仅支持整页翻页
  10. // //"list_id": "", // 非必填,翻页时建议填写前页返回的list_id值
  11. // }
  12. //}