Skip to content

Commit

Permalink
🎨 SmsSenderProvider_logger 错别字修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Lxy829 committed Nov 14, 2023
1 parent c7771d3 commit 47dcc82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public override async Task<ISendSmsResult> SendSmsAsync(string number, string me
if (!result.IsSuccess)
{
logger.LogError(
$"调用化为云短信接口失败," +
$"调用华为云短信接口失败," +
$"手机号码:{PhoneNumberHelper.ToStringHideMiddleFour(number)}," +
$"短信内容:{message}," +
$"短信类型:{type}," +
Expand Down

0 comments on commit 47dcc82

Please sign in to comment.