app = Factory::officialAccount($config); // Factory::officialAccount($config); $cache = new WechatCache(); $this->app->rebind('cache', $cache); Log::record($cache); //return $this->app; } /** * 获取小程序接口实例 * @return \EasyWeChat\MiniProgram\Application */ public function getApp() { return $this->app; } }