ConfigService::get('service', 'title', ''), // 服务时间 'business_time' => ConfigService::get('service', 'business_time', ''), // 客服电话 'phone' => ConfigService::get('service', 'phone', ''), // 客服二维码 'qr_code' => $qrCode, // 客服状态 0-关闭 1-开启 'status' => ConfigService::get('service', 'status', 0), 'favicon' => $favicon ? FileService::getFileUrl($favicon) : '', ]; return $config; } }