Skip to content

Commit

Permalink
更新默认配置:创蓝云智
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick committed Mar 30, 2023
1 parent a471c51 commit e2c62a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/sms.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,12 @@
],
'chuanglanv1' => [
'driver' => Overtrue\EasySms\Gateways\Chuanglanv1Gateway::class,
'channel' => env('SMS_CHUANGLANV1_CHANNEL', 'send'),
'channel' => env('SMS_CHUANGLANV1_CHANNEL', 'v1/send'),
'account' => env('SMS_CHUANGLANV1_ACCOUNT'),
'password' => env('SMS_CHUANGLANV1_PASSWORD'),
'intel_account' => env('SMS_CHUANGLANV1_INTEL_ACCOUNT'),
'intel_password' => env('SMS_CHUANGLANV1_INTEL_PASSWORD'),
'needstatus' => env('SMS_CHUANGLANV1_NEEDSTATUS'),
],
'errorlog' => [
'driver' => Overtrue\EasySms\Gateways\ErrorlogGateway::class,
Expand Down

0 comments on commit e2c62a8

Please sign in to comment.