From 1929f764fddea6981b0f341cc1df61f70c3daeea Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Tue, 14 May 2024 19:05:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=A4=9A=E5=A4=9A=E8=81=94=E7=9B=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pdd_union/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdd_union/api.go b/pdd_union/api.go index 2fa899b..9baf84e 100644 --- a/pdd_union/api.go +++ b/pdd_union/api.go @@ -12,7 +12,7 @@ func Send(keyArr map[string]string, method string, param map[string]interface{}) param["client_id"] = keyArr["app_key"] param["type"] = method param["data_type"] = "JSON" - param["timestamp"] = time.Now().Unix() * 1000 + param["timestamp"] = time.Now().Unix() // 获取Key var keys []string for k := range param {