whereNotNul('notify_user_id')->whereNotNul('notify_at')->get(); $app = EasyWeChat::officialAccount(); $app->setAccessToken(new \App\Services\WechatOfficialAccessToken( appId: $this->getAccount()->getAppId(), secret: $this->getAccount()->getSecret(), cache: $this->getCache(), httpClient: $this->getHttpClient(), stable: $this->config->get('use_stable_access_token', false), )); } }