app = Factory::work($config); } /** * 获取 EasyWeChat 应用实例 */ public function getApp() { return $this->app; } /** * 快捷获取 OA (审批) 实例 */ public function getOA() { return $this->app->oa; } }