ADD ник пользователя в СМС при добавлении точки
This commit is contained in:
parent
82df60b4ee
commit
14b99ebdea
|
|
@ -315,7 +315,7 @@ class JsonController extends Controller
|
||||||
curl_setopt($ch, CURLOPT_POSTFIELDS, array(
|
curl_setopt($ch, CURLOPT_POSTFIELDS, array(
|
||||||
"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 . ' :: ' . App::$user->nick,
|
||||||
"from" => "WIKIPOINTS",
|
"from" => "WIKIPOINTS",
|
||||||
));
|
));
|
||||||
curl_exec($ch);
|
curl_exec($ch);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue