update wa official API

This commit is contained in:
WD - Dev
2025-10-07 21:01:15 +07:00
parent efca8f5f80
commit eb13c69431
55 changed files with 138040 additions and 1543 deletions
+2 -2
View File
@@ -226,9 +226,9 @@ if (isset($_POST['tambah'])) {
// Kirim Pesan WhatsApp
$nomor = explode(',', $nowa.','.$watsapp['nomor_whatsapp']);
$APIwa = new PesanWA();
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'pesan_registrasi');
$APIwa->Create_Pesan($_POST['ids'], $last_id, 'Pesan Registrasi');
$Pesan = $APIwa->Get_Pesan();
$APIwa->Send_Pesan($_POST['ids'], 'sendMessage', $nomor, $Pesan);
$APIwa->Send_Pesan($_POST['ids'], ['sendMessage','Pesan Registrasi'], $nomor, $Pesan);
$_SESSION['uploaded_files'] = '';
$_SESSION['uploaded_files'] = '';