From 0445347e82edf28a06757356aa38a091b4701f7b Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Fri, 16 Aug 2024 17:10:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E7=9F=AD?= =?UTF-8?q?=E4=BF=A1=E9=85=8D=E7=BD=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Learun.Application.Web/Learun.Application.Web.csproj | 3 ++- .../Quanjiang.DigitalScholl.SendSms/AliyunSms.cs | 4 ++-- .../Quanjiang.DigitalScholl.SendSms/App.config | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj index db3f6e0f8..3d8d6871e 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Learun.Application.Web.csproj @@ -23,7 +23,8 @@ ..\..\..\ true - false + + diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/AliyunSms.cs b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/AliyunSms.cs index 83792d260..fbb127400 100644 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/AliyunSms.cs +++ b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/AliyunSms.cs @@ -71,10 +71,10 @@ namespace Quanjiang.DigitalScholl.SendSms switch (st) { case SmsType.LoginBind: - result = ("SMS_468910589", JsonConvert.SerializeObject(new { code = randomNum }), randomNum); + result = ("SMS_302660641", JsonConvert.SerializeObject(new { code = randomNum }), randomNum); break; case SmsType.ForgetPassWord: - result = ("SMS_468910589", JsonConvert.SerializeObject(new { code = randomNum }), randomNum); + result = ("SMS_302660641", JsonConvert.SerializeObject(new { code = randomNum }), randomNum); break; default: throw new ArgumentOutOfRangeException(nameof(st), st, null); diff --git a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/App.config b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/App.config index acb04fd00..0b7f66407 100644 --- a/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/App.config +++ b/Learun.Framework.Ultimate V7/Quanjiang.DigitalScholl.SendSms/App.config @@ -4,10 +4,10 @@ - - + + - +