$appId, 'secret' => $secret, 'response_type' => 'array', ]; $app = Factory::officialAccount($config); return $app; } }