songdb 6 年之前
父節點
當前提交
8c419bfdda
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Wap/Subscribe/SubscribeController.php

+ 1 - 1
app/Http/Controllers/Wap/Subscribe/SubscribeController.php

@@ -123,7 +123,7 @@ class SubscribeController extends BaseController
                 dump($official_account);
             }
             $title = $official_account->nickname;
-            $img = $official_account->qrcode_url;
+            $img = 'https://open.weixin.qq.com/qr/code?username='.$official_account->name;
         }else{
             return redirect()->to('/recent');
         }