songdb %!s(int64=6) %!d(string=hai) anos
pai
achega
737d38f222
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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');
         }