From bc977a92166e915684ff430dc8d424fc9615b9e2 Mon Sep 17 00:00:00 2001 From: lijikun Date: Tue, 31 Dec 2024 15:50:25 +0800 Subject: [PATCH] =?UTF-8?q?12.31=E6=97=A5=EF=BC=8C=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E4=B8=8A=E7=BA=BF=E5=89=8D=E8=B0=83=E6=95=B4=E8=A7=A3=E6=9E=90?= =?UTF-8?q?token=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/consts/consts.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consts/consts.go b/internal/consts/consts.go index 8db707d..c6d1575 100644 --- a/internal/consts/consts.go +++ b/internal/consts/consts.go @@ -4,7 +4,7 @@ const ( URL_KEY = "jingwang:cms:env" //Redis中的键 //内容: http://39.101.133.168:8828/hljw //测试环境解析token接口: http://39.101.133.168:8828/hljw/api/v2/member/info - //正式环境解析token接口: http://api.homilychart.com:8828/hljw/api/v2/member/info + //正式环境解析token接口: http://api.homilychart.com/hljw/api/v2/member/info //URL_HASH_KEY = "HLJW_BASE_URL" URL_HASH_KEY = "HLJW_URL" )