From b0b5896670cedd6bc703ea7e201854a901466334 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 9 Mar 2024 15:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=AB=E6=89=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kuaishou/kuaishou.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kuaishou/kuaishou.go b/kuaishou/kuaishou.go index 22f1a04..56cd8fd 100644 --- a/kuaishou/kuaishou.go +++ b/kuaishou/kuaishou.go @@ -114,5 +114,5 @@ func GetKuishouCpsOrder(signSecret string, param map[string]string) (string, err return SendPost("open.distribution.cps.kwaimoney.order.list", signSecret, param) } func GetKuishouCpsChannel(signSecret string, param map[string]string) (string, error) { - return SendPost("open.distribution.cps.kwaimoney.selection.channel.list", signSecret, param) + return SendGet("open.distribution.cps.kwaimoney.selection.channel.list", signSecret, param) }