فهرست منبع

公众号粉丝数

zhaoyang 1 سال پیش
والد
کامیت
fa8f2ba46e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      modules/WechatPlatform/Http/Controllers/WechatAuthorizationInfoController.php

+ 1 - 1
modules/WechatPlatform/Http/Controllers/WechatAuthorizationInfoController.php

@@ -65,7 +65,7 @@ class WechatAuthorizationInfoController extends CatchController
                 if($response->isSuccessful()){
                     $item->fans_count = $response['total'];
                 }*/
-                $officialAccount = $application->getAuthorizer($item->authorizer_appid);
+                $officialAccount = $application->officialAccount($item->authorizer_appid);
                 $users = $officialAccount->user->list();  // $n
                 $item->fans_count = $users['total'];
             }catch(Exception $e){