Browse Source

no message

xingzai 8 months ago
parent
commit
4775e6d15d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/wechat.go

+ 1 - 1
services/wechat.go

@@ -133,7 +133,7 @@ type WxUserDetail struct {
 func GetWxAccessTokenByMfyx() (accessTokenStr string, err error) {
 	//缓存校验
 	if utils.RunMode == "release" {
-		cacheKey := "mfyx_gzh_wxtoken"
+		cacheKey := "mfyx_wxtoken"
 		accessTokenStr, _ = utils.Rc.RedisString(cacheKey)
 		if accessTokenStr != "" {
 			return