// +---------------------------------------------------------------------- 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 -> SmsSend,onNotice -> SmsNotice 'events' => [ 'subscribe' => [ 'addon\smssend\subscribe\Sender', ], ], 'middleware' => [], 'services' => [], ];