core_wechat_serve_service = new CoreWechatServeService(); } /** * 消息与时间推送 * @return Response * @throws BadRequestException * @throws InvalidArgumentException * @throws ReflectionException * @throws Throwable */ public function serve(){ return $this->core_wechat_serve_service->serve($this->site_id); } }