From 6cfe2e345267de8f149d68b6fa8404aec840ea9b Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Mon, 6 May 2024 13:48:12 +0800 Subject: [PATCH] 1 --- app/common/library/wechat/Qrcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/wechat/Qrcode.php b/app/common/library/wechat/Qrcode.php index b6a1bb81..ce9811f1 100644 --- a/app/common/library/wechat/Qrcode.php +++ b/app/common/library/wechat/Qrcode.php @@ -38,7 +38,7 @@ class Qrcode extends WxBase $url = "https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token={$accessToken}"; // 构建请求 $data = compact('scene', 'width'); - //$data['env_version'] = 'trial'; + $data['env_version'] = 'trial'; $data['check_path'] = true; !is_null($page) && $data['page'] = $page; // 返回结果