From be17f52870324460d5272f8f5804689c27d85bea Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Sat, 9 Mar 2024 15:54:31 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kuaishou/kuaishou.go b/kuaishou/kuaishou.go index 0afe005..22f1a04 100644 --- a/kuaishou/kuaishou.go +++ b/kuaishou/kuaishou.go @@ -113,3 +113,6 @@ func GetKuishouCpsPid(signSecret string, param map[string]string) (string, error func GetKuishouCpsOrder(signSecret string, param map[string]string) (string, error) { 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) +}