-
-
Notifications
You must be signed in to change notification settings - Fork 549
Gateways Luosimao
安正超 edited this page Mar 16, 2017
·
1 revision
https://luosimao.com/docs/api/
$config = [
'gateways' => [
'luosimao' => [
'app_key' => 'xxxxxxxxxxxx',
],
],
];
$easySms = new EasySms($config);
$response = $easySms->gateway('luosimao')->send(19188888888, '测试信息【测试】');
copyright © overtrue