mirror of
http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git
synced 2026-01-15 00:35:08 +08:00
fix(utils.sms): 修复了一处函数的误用
This commit is contained in:
@@ -58,7 +58,7 @@ class SmsService
|
|||||||
array $templateParam = [],
|
array $templateParam = [],
|
||||||
?string $signName = null,
|
?string $signName = null,
|
||||||
): bool {
|
): bool {
|
||||||
$phone_number = strtr('#', '', $phone);
|
$phone_number = strtr($phone, '#', '');
|
||||||
|
|
||||||
$sendSmsRequest = new SendSmsRequest(
|
$sendSmsRequest = new SendSmsRequest(
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user