moonsflyer 5 月之前
父节点
当前提交
a7eab98ee7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/common/service/GiftCardQrCodeService.php

+ 1 - 1
app/common/service/GiftCardQrCodeService.php

@@ -25,7 +25,7 @@ class GiftCardQrCodeService
     {
         try {
             // Generate regular QR code with cardPass as content
-            $qrContent = 'scene='.$cardPass;
+            $qrContent = $cardPass;
 
             // Generate local temp file path
             $tempDir = runtime_path() . 'temp' . DIRECTORY_SEPARATOR;