From d6820e23ebb339ed5ca713d339738b4a53ebd284 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 3 Feb 2023 11:49:32 +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 --- macao_logistics/macao_logistics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macao_logistics/macao_logistics.go b/macao_logistics/macao_logistics.go index 97984bb..34b0795 100644 --- a/macao_logistics/macao_logistics.go +++ b/macao_logistics/macao_logistics.go @@ -63,7 +63,7 @@ func RegUser(params map[string]interface{}) string { return string(data) } func RegUserNew(params map[string]interface{}) string { - send, err := SendGet("/yb/user/v2/register", params, "") + send, err := Send("/jyb/user/v2/register", params, "b7451652b079734ed35e1c36eaca40e6") fmt.Println("macap1:", params) fmt.Println("macap1:" + send) if err != nil {