|
@@ -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
|