From fb2b83f60f286a9aaab19ae4cf7410af3548a935 Mon Sep 17 00:00:00 2001 From: luofei <604446095@qq.com> Date: Mon, 22 Jan 2024 10:11:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/services/QrcodeService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crmeb/services/QrcodeService.php b/crmeb/services/QrcodeService.php index 0fba8528..1a90396c 100644 --- a/crmeb/services/QrcodeService.php +++ b/crmeb/services/QrcodeService.php @@ -29,7 +29,7 @@ class QrcodeService * @param $name * @return array|bool|string */ - public function getQRCodePath($url, $name,$data) + public function getQRCodePath($url, $name,$data = []) { if (!strlen(trim($url)) || !strlen(trim($name))) return false; try {