songdb 6 년 전
부모
커밋
737d38f222
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/Http/Controllers/Wap/Subscribe/SubscribeController.php

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

@@ -116,8 +116,8 @@ class SubscribeController extends BaseController
             $appid = $user_info->appid;
             $official_account = OfficialAccountService::officialAccountByAppid(compact('appid'));
             dump($official_account);
-            $title = $official_account['nickname'];
-            $img = $official_account['qrcode_url'];
+            $title = $official_account->nickname;
+            $img = $official_account->qrcode_url;
         }else{
             return redirect()->to('/recent');
         }