lizhen_gitee 1 年之前
父節點
當前提交
6492381131
共有 1 個文件被更改,包括 0 次插入4 次删除
  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');