Se añade version 1.0 de parser html

correciones menores a codigo anterior realizado.
Se añade html de prueba
Se añaden librerias de restapi
parent 80ad64ab
...@@ -494,7 +494,7 @@ class CampaniaController extends Controller { ...@@ -494,7 +494,7 @@ class CampaniaController extends Controller {
); );
try { try {
$url = "127.0.0.1:8000/api/mcafee/campania/obtener/contenido.json"; $url = "http://backend.mcafeeterritorios.gearlabs.cl/api/mcafee/campania/obtener/contenido.json";
$ch = curl_init($url); $ch = curl_init($url);
curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json')); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type: application/json'));
curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POST, 1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment