This commit is contained in:
lizandrogd
2026-01-13 02:24:18 -05:00
parent ccea8adefa
commit f0a713e1da
5 changed files with 92 additions and 7 deletions
+2 -2
View File
@@ -4,12 +4,12 @@
*/
// URL del API
$apiUrl = 'http://localhost/whatsapp/api/send_media_message.php';
$apiUrl = 'http://localhost/api/send_media_message.php';
// Datos de prueba
$data = [
'recipient' => '573168950803',
'media_url' => 'http://localhost/whatsapp/uploads/test.jpg',
'media_url' => 'http://localhost/uploads/test.jpg',
'media_type' => 'image',
'caption' => 'Test de imagen',
'filename' => 'test.jpg'