|
@@ -40,12 +40,10 @@ class Alisms extends Addons
|
|
|
return false;
|
|
|
}
|
|
|
$alisms = new \addons\alisms\library\Alisms();
|
|
|
- var_dump($params['mobile'],$config['template'][$params['event']],$params['code']);
|
|
|
$result = $alisms->mobile($params['mobile'])
|
|
|
->template($config['template'][$params['event']])
|
|
|
->param(['code' => $params['code']])
|
|
|
->send();
|
|
|
- var_dump($result);
|
|
|
return $result;
|
|
|
}
|
|
|
|