Update: 2026-05-06 03:09:37
This commit is contained in:
@@ -39,7 +39,9 @@ class WhatsAppProxyService
|
||||
|
||||
$payload = [
|
||||
"to" => $to,
|
||||
"message" => $message
|
||||
"message" => [
|
||||
"text" => $message
|
||||
]
|
||||
];
|
||||
|
||||
$curl = curl_init();
|
||||
|
||||
Reference in New Issue
Block a user