From b324a51b1ed7826de18e053a8a3f8f19b5ce360a Mon Sep 17 00:00:00 2001 From: Matheus Garcia Date: Wed, 26 Jun 2019 13:49:47 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o=20de=20bug=20na=20concatena?= =?UTF-8?q?=C3=A7=C3=A3o=20de=20string?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxy.php b/proxy.php index fabc5fd..aac87a4 100644 --- a/proxy.php +++ b/proxy.php @@ -6,7 +6,7 @@ header("Content-Type: application/json"); if(isset($_GET["conversationID"])) { $id = intval($_GET['conversationID']); - $uri = evlURLWebServices() + '/api/v1/fale_conosco/mensagens'; + $uri = evlURLWebServices() . '/api/v1/fale_conosco/mensagens'; $response = \Httpful\Request::post($uri) ->sendsJson() ->body('{"conversation_id": "' . $id . '"}') @@ -16,7 +16,7 @@ if(isset($_GET["conversationID"])) { $cpf = $USER->username; $description = $_GET['description']; - $uri = evlURLWebServices() + '/api/v1/fale_conosco/adicionar'; + $uri = evlURLWebServices() . '/api/v1/fale_conosco/adicionar'; $response = \Httpful\Request::post($uri) ->sendsJson() ->body('{