interface SmsContract

短信实现

Methods

bool
send(string $type, string|array $mobile, array $params = [], string $sign = '')

发送短信

Details

at line 20
bool send(string $type, string|array $mobile, array $params = [], string $sign = '')

发送短信

Parameters

string $type 发送类型
string|array $mobile

接收手机号, 支持数组

array $params 参数
string $sign

签名, 不填写使用默认签名

Return Value

bool