From 7f9f726f712f2e18a589f244d1f6cad87d193cb3 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 13 Oct 2020 21:56:20 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E7=A4=BE=E5=8C=BA=E5=9F=9F=E5=90=8D?= =?UTF-8?q?=E8=BF=81=E7=A7=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- util/hacpais.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/hacpais.go b/util/hacpais.go index cef8f74..0fbb762 100644 --- a/util/hacpais.go +++ b/util/hacpais.go @@ -28,7 +28,7 @@ import ( var logger = gulu.Log.NewLogger(os.Stdout) // HacPaiURL is the URL of HacPai community. -const HacPaiURL = "https://hacpai.com" +const HacPaiURL = "https://ld246.com" // HacPaiUserInfo returns HacPai community user info specified by the given access token. func HacPaiUserInfo(accessToken string) (ret map[string]interface{}) {