Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Commit

Permalink
Merge pull request #17 from chapeupreto/atualizacao-para-v3
Browse files Browse the repository at this point in the history
alteracoes para usar v3
  • Loading branch information
chapeupreto authored Feb 6, 2018
2 parents f19bfe1 + 57154a7 commit f42aee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Sinesp.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

class Sinesp
{
private $secret = 'Mw6HqdLgQsX41xAGZgsF';
private $url = 'https://cidadao.sinesp.gov.br/sinesp-cidadao/mobile/consultar-placa/v2';
private $secret = '#8.1.0#Mw6HqdLgQsX41xAGZgsF';
private $url = 'https://cidadao.sinesp.gov.br/sinesp-cidadao/mobile/consultar-placa/v3';
private $proxy = null;

private $placa = '';
Expand Down Expand Up @@ -126,7 +126,7 @@ private function xml()
<v:Header>
<b>samsung GT-I9192</b>
<c>ANDROID</c>
<d>6.0.1</d>
<d>8.1.0</d>
<i>%s</i>
<e>4.1.5</e>
<f>10.0.0.1</f>
Expand Down

0 comments on commit f42aee5

Please sign in to comment.