main
Jing Li 2024-04-29 11:34:01 +08:00
parent de101d9010
commit adb33d3744
4 changed files with 4 additions and 6 deletions

View File

@ -45,7 +45,7 @@ class SendWorkflowCheckFailedNotification implements ShouldQueue
},
'template' => function($gateway) {
if ($gateway->getName() == 'aliyun') {
return 'SMS_465890235';
return 'SMS_465905330';
}
},
'data' => function($gateway) use ($applyAt, $subjectTypeText) {

View File

@ -59,7 +59,7 @@ class SendWorkflowCheckNextNotification implements ShouldQueue
},
'template' => function($gateway) {
if ($gateway->getName() == 'aliyun') {
return 'SMS_465885234';
return 'SMS_465900349';
}
},
'data' => function($gateway) use ($subjectTypeText) {

View File

@ -50,7 +50,7 @@ class SendWorkflowCheckSuccessNotification implements ShouldQueue
},
'template' => function($gateway) {
if ($gateway->getName() == 'aliyun') {
return 'SMS_465915258';
return 'SMS_465955319';
}
},
'data' => function($gateway) use ($applyAt, $subjectTypeText) {

View File

@ -10,9 +10,7 @@ return [
'strategy' => \Overtrue\EasySms\Strategies\OrderStrategy::class,
// 默认可用的发送网关
'gateways' => [
'aliyun',
],
'gateways' => explode(',', env('EASYSMS_GATEWAYS', 'errorlog')),
],
// 可用的网关配置
'gateways' => [