From 7df88e1b86245dae3021a47f0d09807acd1a38c7 Mon Sep 17 00:00:00 2001 From: johlanse Date: Mon, 25 Jul 2022 17:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- push/jpush.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/push/jpush.go b/push/jpush.go index bbb7b29..6694375 100644 --- a/push/jpush.go +++ b/push/jpush.go @@ -4,8 +4,6 @@ import ( "encoding/base64" "errors" - "github.com/imroc/req/v3" - "github.com/huoxue1/study_xxqg/lib" ) @@ -15,7 +13,6 @@ func PushMessage(title, content, message, pushID string) error { } c := req.C() - c.SetProxyURL("http://127.0.0.1:8898") response, err := c.R().SetBodyJsonMarshal(map[string]interface{}{ "platform": "all", "audience": map[string][]string{