\App\Support\SmsDummyDriver

哑驱动:不真实发送,仅记录日志(开发/测试/未配置服务商时兜底)。 配置了真实服务商(aliyun/tencent)且驱动未接入时,SmsService 会明确报错而非静默走 dummy。

Summary

Methods
Properties
Constants
send()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

send()

send(string  $phone, string  $content, array  $data = []) : void

只记日志不发送(真实服务商未接入时的兜底)

Parameters

string $phone
string $content
array $data

模板渲染变量(占位/服务商模板参数用)