新增上报失败短信推送
This commit is contained in:
@@ -199,6 +199,12 @@ class SendSmsMessageConsumer extends ConsumerMessage
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
case 'SMS_463525093':
|
||||
// 客服-通知客服
|
||||
if (!isset($template_param['code'])) {
|
||||
return false;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
// 非法模版
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user