mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 11:22:34 +09:00
Add SRK for CoolSMS driver
This commit is contained in:
parent
2576a4cdaa
commit
0c76837641
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class CoolSMS extends Base implements \Rhymix\Framework\Drivers\SMSInterface
|
|||
$options->to = implode(',', $message->to);
|
||||
$options->text = $message->content ?: $message->type;
|
||||
$options->charset = 'utf8';
|
||||
$options->srk = 'K0009334574';
|
||||
if ($message->delay && $message->delay > time())
|
||||
{
|
||||
$options->datetime = gmdate('YmdHis', $message->delay + (3600 * 9));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue