generated from liutk/owl-admin-base
Update
parent
de101d9010
commit
adb33d3744
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -10,9 +10,7 @@ return [
|
|||
'strategy' => \Overtrue\EasySms\Strategies\OrderStrategy::class,
|
||||
|
||||
// 默认可用的发送网关
|
||||
'gateways' => [
|
||||
'aliyun',
|
||||
],
|
||||
'gateways' => explode(',', env('EASYSMS_GATEWAYS', 'errorlog')),
|
||||
],
|
||||
// 可用的网关配置
|
||||
'gateways' => [
|
||||
|
|
|
|||
Loading…
Reference in New Issue