From 81da5b4f82544eb76b7f3083b6995f41b8ec06f1 Mon Sep 17 00:00:00 2001 From: wang hou sheng <76928547+wanghousheng@users.noreply.github.com> Date: Sun, 5 May 2024 17:37:00 +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 00fc1d7d..b6a1bb81 100644 --- a/app/common/library/wechat/Qrcode.php +++ b/app/common/library/wechat/Qrcode.php @@ -39,7 +39,7 @@ class Qrcode extends WxBase // 构建请求 $data = compact('scene', 'width'); //$data['env_version'] = 'trial'; - $data['check_path'] = false; + $data['check_path'] = true; !is_null($page) && $data['page'] = $page; // 返回结果 $result = $this->post($url, helper::jsonEncode($data));