SMS - from
This commit is contained in:
parent
4e05436a39
commit
6f63d55a96
|
|
@ -243,6 +243,7 @@ class JsonController extends Controller
|
||||||
"api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905",
|
"api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905",
|
||||||
"to" => "79046106141, 79046106144",
|
"to" => "79046106141, 79046106144",
|
||||||
"text" => "#" . $point->id . ": " . $point->name,
|
"text" => "#" . $point->id . ": " . $point->name,
|
||||||
|
"from" => "WIKIPOINTS",
|
||||||
));
|
));
|
||||||
curl_exec($ch);
|
curl_exec($ch);
|
||||||
curl_close($ch);
|
curl_close($ch);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue