Browse Source

更新

master
huangjiajun 1 year ago
parent
commit
2afe330e9e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tik_tok/svc_tik_tok_team.go

+ 3
- 0
tik_tok/svc_tik_tok_team.go View File

@@ -98,6 +98,9 @@ func ActivityProduct(args map[string]string) ([]TikTokGoods, int64, string) {
if args["retrieve_mode"] != "" { if args["retrieve_mode"] != "" {
params["retrieve_mode"] = args["retrieve_mode"] params["retrieve_mode"] = args["retrieve_mode"]
} }
if args["cursor"] != "" {
params["cursor"] = args["cursor"]
}
send, err := Send(args["appkey"], args["appSecret"], "alliance.colonelActivityProduct", params, args["acctoken"]) send, err := Send(args["appkey"], args["appSecret"], "alliance.colonelActivityProduct", params, args["acctoken"])
fmt.Println(send) fmt.Println(send)
fmt.Println(err) fmt.Println(err)


Loading…
Cancel
Save