From 6b7ced117bf565776c339ba52e3cb0ac27a783fa Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 27 Mar 2024 10:51:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=A3=E8=A2=8B=E5=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kdq/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kdq/api.go b/kdq/api.go index f2a6a0e..33b298b 100644 --- a/kdq/api.go +++ b/kdq/api.go @@ -12,7 +12,7 @@ import ( ) //口袋圈 -func KdqSend(appkey, appSecret, method string, params map[string]string) (string, error) { +func KdqSend(appkey, appSecret, method string, params map[string]interface{}) (string, error) { url := "https://open.xr876.cn/" + method now := time.Now().Unix() params["dev_username"] = appkey