MicroCloud.Pack.SMS 8.0.3.1

dotnet add package MicroCloud.Pack.SMS --version 8.0.3.1
                    
NuGet\Install-Package MicroCloud.Pack.SMS -Version 8.0.3.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="MicroCloud.Pack.SMS" Version="8.0.3.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MicroCloud.Pack.SMS" Version="8.0.3.1" />
                    
Directory.Packages.props
<PackageReference Include="MicroCloud.Pack.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 MicroCloud.Pack.SMS --version 8.0.3.1
                    
#r "nuget: MicroCloud.Pack.SMS, 8.0.3.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.
#addin nuget:?package=MicroCloud.Pack.SMS&version=8.0.3.1
                    
Install MicroCloud.Pack.SMS as a Cake Addin
#tool nuget:?package=MicroCloud.Pack.SMS&version=8.0.3.1
                    
Install MicroCloud.Pack.SMS as a Cake Tool

MicroCloud 短信模块

Member project of MicroCloud Team NuGet Badge GitHub license

说明

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

用法

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

  1. 通过nuget引用 MicroCloud.Pack.SMS 程序集
Install-Package MicroCloud.Pack.SMS
  1. appsettings.json 中添加如下配置节点
{
  "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, //验证码有效期分钟数
      "LimitOfNumberDay": 999 //1个自然日内短信发送条数限制
    } 
}
  1. Provider属性为短信服务提供商,目前只支持阿里云 "Aliyun",峰逸云信通 "YFXYT"。

交流

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

NuGet packages (2)

Showing the top 2 NuGet packages that depend on MicroCloud.Pack.SMS:

Package Downloads
MicroCloud.Pack.Identity

MicroCloud 身份认证模块,封装基于 MicroCloud 身份认证组件的功能实现。

MicroCloud.Api.SMS

MicroCloud 短信模块API,封装基于 MicroCloud 短信模块的WebApi实现。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.3.1 201 9/9/2024
8.0.2.9 187 9/5/2024
8.0.2.8 179 8/31/2024
8.0.2.7 186 8/31/2024
8.0.2.6 192 8/21/2024
8.0.2.5 193 8/21/2024
8.0.2.4 180 8/12/2024
8.0.2.3 182 8/8/2024
8.0.2.2 175 7/14/2024
8.0.2.1 164 6/7/2024
8.0.1.9 166 6/6/2024
8.0.1.8 150 6/6/2024
8.0.1.7 181 5/15/2024
8.0.1.6 142 5/15/2024
8.0.1.5 150 5/15/2024
8.0.1.4 155 5/14/2024
8.0.1.3 162 5/10/2024
8.0.1.2 193 5/8/2024
8.0.1.1 198 5/7/2024
8.0.0.9 188 5/1/2024
8.0.0.8 196 5/1/2024
8.0.0.7 204 4/30/2024
8.0.0.5 195 4/19/2024
8.0.0.4 170 4/18/2024
8.0.0.3 200 4/15/2024
8.0.0.2 197 4/12/2024
8.0.0.1 171 4/12/2024
7.2.0.8 191 4/12/2024
7.2.0.7 189 4/12/2024
7.2.0.6 164 4/12/2024
7.2.0.5 188 4/12/2024
7.2.0.4 195 4/11/2024
7.2.0.2 253 4/7/2024
7.2.0.1 404 10/26/2023
7.1.2.9 113 11/7/2023
7.1.2.8 148 10/19/2023
7.1.2.7 134 10/19/2023
7.1.2.6 146 10/18/2023
7.1.2.5 165 9/20/2023
7.1.2.4 141 9/20/2023
7.0.2.7 299 5/12/2023
7.0.2.6 278 5/11/2023
7.0.1.7 293 5/9/2023
7.0.1.6 275 5/9/2023
7.0.1.4 314 4/24/2023
7.0.1.3 314 4/19/2023
7.0.1.2 356 4/19/2023
7.0.0.9 289 4/18/2023
7.0.0.8 284 4/17/2023
7.0.0.7 352 4/12/2023
7.0.0.6 347 4/8/2023
7.0.0.5 334 4/7/2023
7.0.0.4 364 4/7/2023
7.0.0.3 352 4/7/2023