liugc 1 year ago
parent
commit
9929af3c82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/adminapi/logic/property/PropertyActivityLogic.php

+ 1 - 1
app/adminapi/logic/property/PropertyActivityLogic.php

@@ -129,7 +129,7 @@ class PropertyActivityLogic extends BaseLogic
             file_put_contents($file_name, $qrcode);
 
             //$file_name = 'https://fushencdn.kyjlkj.com/uploads/miniqrcode/27f140aae615bbe16c1e888c14c9ab10.png';
-            return $file_name;
+            return 'https://weixiu.zhongdunzhizhao.com/'.$file_name;
         } catch (\Throwable $e) {
             Log::info('getQRCode:'.$e->getMessage());
             return '';