lizhen_gitee há 1 ano atrás
pai
commit
6492381131
1 ficheiros alterados com 0 adições e 4 exclusões
  1. 0 4
      application/api/controller/Userintro.php

+ 0 - 4
application/api/controller/Userintro.php

@@ -32,10 +32,6 @@ class Userintro extends Api
         $httpStr = $_SERVER['REQUEST_SCHEME'].'://'.$_SERVER['HTTP_HOST'];
         $params = [
             'text' => $httpStr.'/index/index/appdownload?code=' . $data['invite_no'],
-            'size' => 90,
-            'logo' => false,
-            'label' => false,
-            'padding' => 0,
         ];
         $qrCode = \addons\qrcode\library\Service::qrcode($params);
         $qrcode_path = 'uploads/hbplayer/'.date('Ymd');