$sms_key, 'mobile' => $phone, 'tpl_id' => $tpl_id, 'tpl_value' => $tpl_value, ]; $json_data = self::send($ch, $data); $array = json_decode($json_data,true); curl_close($ch); return $array; } }