Commit 866cbbdf authored by Ana's avatar Ana

cambios

parent 98a9cb24
...@@ -36,7 +36,7 @@ class EnvioSmsController extends FOSRestController { ...@@ -36,7 +36,7 @@ class EnvioSmsController extends FOSRestController {
// * @Method({"POST"}) // * @Method({"POST"})
public function enviarSmsAction() { public function enviarSmsAction() {
print_r('Enviando mensaje'); //print_r('Enviando mensaje');
$campana = $_POST['campana']; $campana = $_POST['campana'];
$telefono = $_POST['telefono']; $telefono = $_POST['telefono'];
$mensaje = $_POST['mensaje']; $mensaje = $_POST['mensaje'];
...@@ -120,7 +120,6 @@ class EnvioSmsController extends FOSRestController { ...@@ -120,7 +120,6 @@ class EnvioSmsController extends FOSRestController {
); );
//return $resp; //return $resp;
} else { } else {
$log->debug('Api envio exitoso'); $log->debug('Api envio exitoso');
$notifica = NotificaQuery::create()->filterByCampana($campana)->filterByTelefono($movil)->find(); $notifica = NotificaQuery::create()->filterByCampana($campana)->filterByTelefono($movil)->find();
......
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