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