generated from liutk/owl-admin-base
Update
parent
de101d9010
commit
adb33d3744
|
|
@ -45,7 +45,7 @@ class SendWorkflowCheckFailedNotification implements ShouldQueue
|
||||||
},
|
},
|
||||||
'template' => function($gateway) {
|
'template' => function($gateway) {
|
||||||
if ($gateway->getName() == 'aliyun') {
|
if ($gateway->getName() == 'aliyun') {
|
||||||
return 'SMS_465890235';
|
return 'SMS_465905330';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'data' => function($gateway) use ($applyAt, $subjectTypeText) {
|
'data' => function($gateway) use ($applyAt, $subjectTypeText) {
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@ class SendWorkflowCheckNextNotification implements ShouldQueue
|
||||||
},
|
},
|
||||||
'template' => function($gateway) {
|
'template' => function($gateway) {
|
||||||
if ($gateway->getName() == 'aliyun') {
|
if ($gateway->getName() == 'aliyun') {
|
||||||
return 'SMS_465885234';
|
return 'SMS_465900349';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'data' => function($gateway) use ($subjectTypeText) {
|
'data' => function($gateway) use ($subjectTypeText) {
|
||||||
|
|
|
||||||
|
|
@ -50,7 +50,7 @@ class SendWorkflowCheckSuccessNotification implements ShouldQueue
|
||||||
},
|
},
|
||||||
'template' => function($gateway) {
|
'template' => function($gateway) {
|
||||||
if ($gateway->getName() == 'aliyun') {
|
if ($gateway->getName() == 'aliyun') {
|
||||||
return 'SMS_465915258';
|
return 'SMS_465955319';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'data' => function($gateway) use ($applyAt, $subjectTypeText) {
|
'data' => function($gateway) use ($applyAt, $subjectTypeText) {
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,7 @@ return [
|
||||||
'strategy' => \Overtrue\EasySms\Strategies\OrderStrategy::class,
|
'strategy' => \Overtrue\EasySms\Strategies\OrderStrategy::class,
|
||||||
|
|
||||||
// 默认可用的发送网关
|
// 默认可用的发送网关
|
||||||
'gateways' => [
|
'gateways' => explode(',', env('EASYSMS_GATEWAYS', 'errorlog')),
|
||||||
'aliyun',
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
// 可用的网关配置
|
// 可用的网关配置
|
||||||
'gateways' => [
|
'gateways' => [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue