Ver código fonte

Wesmiler 2021-0115第4期分销功能新增

wesmiler 5 anos atrás
pai
commit
2eb4385cc8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/weixin/model/Member.php

+ 1 - 1
app/weixin/model/Member.php

@@ -355,7 +355,7 @@ class Member extends Model
      * @throws \think\exception\DbException
      * @throws \think\exception\DbException
      */
      */
     public static function checkUserInfo($account){
     public static function checkUserInfo($account){
-        $cacheKey = "caches:users:check_{$account}";
+        $cacheKey = "cache:users:check_{$account}";
         $info = PRedis::get($cacheKey);
         $info = PRedis::get($cacheKey);
         if($info){
         if($info){
             return $info;
             return $info;