From bd18b180c309d11e2da37f2a4cd589bef34da90c Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Wed, 28 Jun 2023 14:11:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zero_buy/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero_buy/api.go b/zero_buy/api.go index 51617df..6efd9bc 100644 --- a/zero_buy/api.go +++ b/zero_buy/api.go @@ -7,7 +7,7 @@ import ( ) func ZeroBuyUrl(appSecret string, param map[string]string) string { - url := "http://114.132.183.119:8085/#/" + url := " http://h5.hlpay178.cn/#/" for k, v := range param { if strings.Contains(url, "?") == false { url += "?" + k + "=" + v