songdb 6 years ago
parent
commit
8c419bfdda
1 changed files with 1 additions and 1 deletions
  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');
         }