EaCloud.SMS 9.0.1.1

dotnet add package EaCloud.SMS --version 9.0.1.1
                    
NuGet\Install-Package EaCloud.SMS -Version 9.0.1.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="EaCloud.SMS" Version="9.0.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="EaCloud.SMS" Version="9.0.1.1" />
                    
Directory.Packages.props
<PackageReference Include="EaCloud.SMS" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add EaCloud.SMS --version 9.0.1.1
                    
#r "nuget: EaCloud.SMS, 9.0.1.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package EaCloud.SMS@9.0.1.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=EaCloud.SMS&version=9.0.1.1
                    
Install as a Cake Addin
#tool nuget:?package=EaCloud.SMS&version=9.0.1.1
                    
Install as a Cake Tool

EaCloud 短信组件

Member project of EaCloud Team NuGet Badge GitHub license

说明

EaCloud 短信组件,封装阿里云、逸峰信盈通验证码、通知、推广短信处理功能。目前已完成验证码短信发送、验证的处理机制。

用法

可按照如下配置方式使用:

  1. 通过nuget引用 EaCloud.SMS 程序集
Install-Package EaCloud.SMS
  1. appsettings.json 中 的 EaCloud 节点下添加如下配置节点
{
  "SMS": {
      "Provider": "YFXYT", //短信服务提供商:"Aliyun"-阿里云、"YFXYT"-逸峰信盈通
      "Id": "服务商授权ID", //服务商授权ID:联系服务商获取
      "Secret": "服务商授权密钥", //服务商授权密钥:联系服务商获取
      "SignName": "短信签名名称", //短信签名名称:联系服务商设置并获取
      "VerifyCodeTemplate": "验证码短信模板", //验证码短信模板:联系服务商设置并获取(逸峰信盈通不需要)
      "VerifyCodeTempParam": "{{\"code\":\"{0}\"}}", //验证码短信模板参数:联系服务商设置并获取(逸峰信盈通不需要)
      "VerifyCodeSMS": "尊敬的用户您好,您的验证码:{0},{1}分钟有效,请及时操作,祝您生活愉快!", //验证码短信内容,{0} 表示为验证码内容,{1} 表示为有效分钟数
      "NoticeTemplate": "通知短信模板", //通知短信模板
      "NoticeTempParam": "{{\"customer\":\"{0}\",\"code\":\"{1}\",\"mins\":\"{2}\"}}", //通知短信模板参数
      "PromoteTemplate": "推广短信模板", //推广短信模板
      "VerifyCodeExpireMins": 3, //验证码有效期分钟数(1-1440),默认3
      "LimitOfNumberDay": 5, //1个自然日内短信发送条数限制(0表示不限制),默认0
      "StorageDays": 30 //存储天数(0表示永久存储),默认0
    } 
}
  1. Provider属性为短信服务提供商,目前只支持阿里云 "Aliyun",峰逸云信通 "YFXYT"。

交流

QQ WeChat
QQ群号:863605868 微信号:SeonHu
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on EaCloud.SMS:

Package Downloads
EaCloud.Pack.SMS

EaCloud 短信模块,封装基于 EaCloud 短信组件的功能实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.0.1.1 563 10/22/2025
9.0.0.9 506 8/12/2025
9.0.0.8 402 7/5/2025
9.0.0.7 523 6/25/2025
9.0.0.6 519 6/18/2025
9.0.0.5 497 6/14/2025
9.0.0.4 514 5/8/2025
9.0.0.3 543 4/23/2025
9.0.0.2 516 4/11/2025
9.0.0.1 492 3/21/2025
8.0.1.9 546 11/15/2024
8.0.1.8 524 11/13/2024
8.0.1.7 560 10/9/2024
8.0.1.6 545 9/29/2024
8.0.1.5 603 9/13/2024
8.0.1.4 605 8/10/2024
8.0.1.3 570 8/7/2024
8.0.1.2 600 8/7/2024
8.0.1.1 585 8/7/2024
8.0.0.9 593 8/7/2024
Loading failed