fix(utils.sms): 修复了一处函数的误用

This commit is contained in:
lichen
2022-08-09 10:40:57 +08:00
parent 1b60b42e05
commit bd1caecce2

View File

@@ -58,7 +58,7 @@ class SmsService
array $templateParam = [],
?string $signName = null,
): bool {
$phone_number = strtr('#', '', $phone);
$phone_number = strtr($phone, '#', '');
$sendSmsRequest = new SendSmsRequest(
[