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" )