From 21366e0f49528530e4b55036874c32c9ade2e1f1 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 9 Nov 2024 17:24:34 +0800 Subject: [PATCH] 1 --- pdd_union/extend_url.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdd_union/extend_url.go b/pdd_union/extend_url.go index 12641f6..2303176 100644 --- a/pdd_union/extend_url.go +++ b/pdd_union/extend_url.go @@ -8,7 +8,7 @@ import ( // https://open.pinduoduo.com/application/document/api?id=pdd.ddk.oauth.cashgift.create func CashgiftUrl(keyArr map[string]string, param map[string]interface{}) map[string]string { - send, _ := Send(keyArr, "pdd.ddk.oauth.goods.prom.url.generate", param) + send, _ := Send(keyArr, "pdd.ddk.oauth.cashgift.create", param) tmp := map[string]string{ "cashgift_id": gjson.Get(send, "create_cashgift_response.cash_gift_id").String(), }