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);
                 dump($official_account);
             }
             }
             $title = $official_account->nickname;
             $title = $official_account->nickname;
-            $img = $official_account->qrcode_url;
+            $img = 'https://open.weixin.qq.com/qr/code?username='.$official_account->name;
         }else{
         }else{
             return redirect()->to('/recent');
             return redirect()->to('/recent');
         }
         }