Skip to content

Commit

Permalink
typo README.md / update NoGatewayAvailableException.php (#349)
Browse files Browse the repository at this point in the history
* typo README.md / update NoGatewayAvailableException.php

* Update NoGatewayAvailableException.php

---------

Co-authored-by: 我要飞 <woyaofei@MacBook-Pro-14.local>
Co-authored-by: 安正超 <anzhengchao@gmail.com>
  • Loading branch information
3 people committed Jan 23, 2024
1 parent 18aa3e1 commit c61a6dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ $easySms->send($phone_number, [
'account' => '',
'password' => '',
'needstatus' => false,
'channel' => \Overtrue\EasySms\Gateways\ChuanglanV1Gateway::CHANNEL_NORMAL_CODE,
'channel' => \Overtrue\EasySms\Gateways\Chuanglanv1Gateway::CHANNEL_NORMAL_CODE,
],
```
发送示例:
Expand All @@ -549,7 +549,7 @@ $easySms->send(18888888888, [
'account' => '',
'password' => '',
'needstatus' => false,
'channel' => \Overtrue\EasySms\Gateways\ChuanglanV1Gateway::CHANNEL_VARIABLE_CODE,
'channel' => \Overtrue\EasySms\Gateways\Chuanglanv1Gateway::CHANNEL_VARIABLE_CODE,
],
```
发送示例:
Expand Down

0 comments on commit c61a6dc

Please sign in to comment.