-
-
Notifications
You must be signed in to change notification settings - Fork 550
GateWays Submail
安正超 edited this page Mar 16, 2017
·
3 revisions
https://www.mysubmail.com/chs/documents/developer/index
$config = [
'gateways' => [
'submail' => [
'app_id' => '12345',
'app_key' => 'xxxxxxxxxxxx',
'project' => 'F2w0X2'
],
],
];
$easySms = new EasySms($config);
$response = $easySms->gateway('submail')->send(12888888888, '', [
'code' => '147258',
'time' => '5'
]);
copyright © overtrue