From 8a838df80b34335e59891ac63d2a948ee923b601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A7=E7=81=B0=E7=81=B0?= Date: Sun, 19 Jun 2022 00:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E7=9F=AD=E4=BF=A1=E5=8F=91=E9=80=81=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=9C=AA=E4=BD=BF=E7=94=A8=E5=BC=82=E6=AD=A5=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Services/Message/CoreCmsSmsServices.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs b/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs index 49f90512..4b3b3371 100644 --- a/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs +++ b/CoreCms.Net.Services/Message/CoreCmsSmsServices.cs @@ -108,7 +108,7 @@ namespace CoreCms.Net.Services await _dal.InsertAsync(oldLog); } - var str = SendSms(oldLog.mobile, oldLog.contentBody, smsOptions); + var str =await SendSms(oldLog.mobile, oldLog.contentBody, smsOptions); jm.status = true; jm.data = str; jm.msg = "短信发送成功";