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