yingzi 1 year ago
parent
commit
6cbf097da4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Util/WeiXin/Miniprogram.Class.php

+ 1 - 1
Util/WeiXin/Miniprogram.Class.php

@@ -76,7 +76,7 @@ class Miniprogram
         $key = md5($this->appid.$parms['path'].$parms['params']);
         $imgsrc = Factory::cache('default')->hget($this->pathAndWxacodeunlimitKey, $key);
         if(!empty($imgsrc)){
-//            return ResultWrapper::success($imgsrc);
+            return ResultWrapper::success($imgsrc);
         }
 
         $apiUrl = 'https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token='.$access_token;