瀏覽代碼

add reverse:for v1.1.5 抖音接口

tags/v1.1.5
huangjiajun 2 年之前
父節點
當前提交
931ffb012b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      tik_tok/svc_tik_tok_order.go

+ 4
- 1
tik_tok/svc_tik_tok_order.go 查看文件

@@ -10,7 +10,10 @@ import (

func GoodsOrder(args map[string]string) map[string]interface{} {

params := map[string]interface{}{"size": args["size"], "cursor": args["cursor"], "start_time": args["start_time"], "end_time": args["end_time"], "distribution_type": "ProductDetail"}
params := map[string]interface{}{"time_type": args["time_type"], "size": args["size"], "cursor": args["cursor"], "start_time": args["start_time"], "end_time": args["end_time"], "distribution_type": "ProductDetail"}
if args["distribution_type"] != "" {
params["distribution_type"] = args["distribution_type"]
}
send, err := Send(args["appkey"], args["appSecret"], "buyin.kolOrderAds", params, args["acctoken"])
fmt.Println(send)
var data = map[string]interface{}{}


Loading…
取消
儲存