Fissoft.Pay 1.1.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Fissoft.Pay --version 1.1.6
NuGet\Install-Package Fissoft.Pay -Version 1.1.6
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="Fissoft.Pay" Version="1.1.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fissoft.Pay --version 1.1.6
#r "nuget: Fissoft.Pay, 1.1.6"
#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.
// Install Fissoft.Pay as a Cake Addin
#addin nuget:?package=Fissoft.Pay&version=1.1.6

// Install Fissoft.Pay as a Cake Tool
#tool nuget:?package=Fissoft.Pay&version=1.1.6

新增功能:发送微信消息模板

  • 跳转链接支持 微信小程序、微信公众号网页 跳转

  • 注意:需要微信公众号拥有对应模板Id,否则发送失败

方法调用

WeChat.Instance.SendMessageTemplate(template)

template 赋值示例

var template = new RequestSendMessageTemplate{
    AccessToken = "token_123456",
    OpenId = "openId_909",
    TemplateId = "abcdefg90dfa9098fds9080dfaf",
    Url = "http://qq.com", //模板跳转连接 选填 优先跳小程序,然后是网页链接
    MiniAppId = "mini_23432", //小程序appId,选填
    PagePath = "page/index", //所需跳转到小程序的具体页面路径,选填
    FirstTitleColor = new TitleColor { 
        Title = "您有一个派工任务,请提前联系客户", 
        Color = "#173177" 
    },EndTitleColor = new TitleColor { 
        Title = "感谢您的支持与配合!",
        Color = "#173177" 
    },TitleColorList = new List<TitleColor>(){
        new TitleColor{Title = "订单号",Color = "#173177"},
        new TitleColor{Title = "顾客信息",Color = "#173177"},
        new TitleColor{Title = "地址",Color = "#173177"}
    }
};
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.1.6 513 7/13/2020
2.1.5 468 7/4/2020
2.1.4 405 4/26/2020
2.1.3 394 4/25/2020
2.1.2 412 4/25/2020
2.1.1 429 4/17/2020
1.2.1 513 9/24/2019
1.1.12 479 9/24/2019
1.1.11 488 9/18/2019
1.1.10 473 9/18/2019
1.1.9 513 8/1/2019
1.1.8 467 7/26/2019
1.1.7 471 7/25/2019
1.1.6 483 7/25/2019
1.1.5 477 7/18/2019
1.1.4 474 7/18/2019
1.1.3 479 7/13/2019
1.1.2 502 7/12/2019
1.1.1 490 7/12/2019
1.1.0 501 7/8/2019
1.0.0 480 7/2/2019