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