From 23acc8ef828e45faffce53ac6baed787253807e4 Mon Sep 17 00:00:00 2001 From: eduardo.batista Date: Wed, 18 Oct 2017 18:29:16 -0200 Subject: [PATCH] [Feat] Alterando texto do qrcode. --- MdWsSeiRest.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/MdWsSeiRest.php b/MdWsSeiRest.php index cb3b540..8db1bf8 100644 --- a/MdWsSeiRest.php +++ b/MdWsSeiRest.php @@ -277,8 +277,7 @@ class MdWsSeiRest extends SeiIntegracao ."_" .SessaoSEI::getInstance()->getNumIdOrgaoUsuario() ."_" - .SessaoSEI::getInstance()->getNumIdContextoUsuario() - ."__"; + .SessaoSEI::getInstance()->getNumIdContextoUsuario(); $html = CacheSEI::getInstance()->getAtributo($nomeArquivo); if($html){ @@ -327,13 +326,18 @@ class MdWsSeiRest extends SeiIntegracao $htmlQrCode .= '
'; $htmlQrCode .= '
'; - $htmlQrCode .= ''; - $htmlQrCode .= '

'; + $htmlQrCode .= '

'; $htmlQrCode .= ''; - $htmlQrCode .= 'Faça a leitura do código acima para acessar o aplicativo do SEI no seu telefone.'; + $htmlQrCode .= 'Acesse as lojas App Store ou Google Play e instale o aplicativo do SEI! No seu celular.'; $htmlQrCode .= ''; $htmlQrCode .= '

'; + $htmlQrCode .= '

'; + $htmlQrCode .= ''; + $htmlQrCode .= 'Abra o aplicativo do SEI! e faça a leitura do código abaixo para sincronizá-lo com sua conta.'; + $htmlQrCode .= ''; + $htmlQrCode .= '

'; + $htmlQrCode .= ''; $htmlQrCode .= '
'; return $htmlQrCode; -- libgit2 0.21.2