Files

30 lines
1.1 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
// +----------------------------------------------------------------------
// | YwxApp [ WE CAN DO IT JUST THINK ]
// +----------------------------------------------------------------------
// | Copyright (c) 2026-2036 http://ywxapp.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: ywxapp<admin@ywxapp.cn>
// +----------------------------------------------------------------------
return [
'name' => 'smssend',
'title' => '生产版短信发送',
'intro' => '生产环境真正下发短信:监听 SmsSend 事件,调用可配置网关 HTTP 接口',
'author' => 'Ywxapp',
'website' => '',
'version' => '1.0.1',
'state' => 1,
'url' => '/smssend',
'license' => '',
'licenseto' => 0,
'config' => [],
// eventPrefix='Sms'onSend -> SmsSendonNotice -> SmsNotice
'events' => [
'subscribe' => [
'addon\smssend\subscribe\Sender',
],
],
'middleware' => [],
'services' => [],
];