up
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user