Browse Source

完善功能

gorden 7 months ago
parent
commit
b5a332371b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/Qrcode.php

+ 1 - 1
app/common/Qrcode.php

@@ -14,7 +14,7 @@ use Endroid\QrCode\Writer\PngWriter;
 class Qrcode{
     private $logo = null;
     private $label = null;
-    private $size = 600;
+    private $size = 400;
     
     public function __construct() 
     {