Jc.WX 1.0.1

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

// Install Jc.WX as a Cake Tool
#tool nuget:?package=Jc.WX&version=1.0.1

Jc.WX

微信通讯的模块

模块

1。模板消息(MsgTemplate)

 Jc.WX.MsgTemplate _msg = new MsgTemplate("appid", "secret");
    object res = _msg.SendMsg(new MsgInfo()
    {
        touser = "oJP7JvhZvbVIwO5hK4d8Fl2TfeWM",
        template_id = "3QZ0P9p4c9wzMtqVg0KJwy8gKyuqXv1iedMccK-VuGM",
        url = "http://www.baidu.com",
        topcolor = "#FF0000",
        data = new
        {
            first = new
            {
                value = "驳回测试",
                color = "#173177"
            },
            keyword1 = new
            {
                value = "六女士",
                color = "#173177"
            },
            keyword2 = new
            {
                value = "",
                color = "#173177"
            },
            keyword3 = new
            {
                value = "客服1",
                color = "#173177"
            },
            keyword4 = new
            {
                value = "没有波形图,无法看图",
                color = "#173177"
            },
            remark = new
            {
                value = "备注信息",
                color = "#173177"
            }
        }
    });

2。小程序二维码(AppQrImage)

    Jc.WX.AppQrImage _msg = new AppQrImage("appid", "secert");
    var res= _msg.CreateQR(
        "pages/index?box_code=10001", 
        "/Users/jackerkun/Downloads/1001.png"
        );
    Console.WriteLine(JsonConvert.SerializeObject(res));
    
    /// <summary>
    /// 创建二维码
    /// </summary>
    /// <param name="PathUrl">跳转路径</param>
    /// <param name="OutFile">二维码保存路径</param>
    /// <param name="Width">二维码宽度 默认430;单位 px。最小 280px,最大 1280px</param>
    /// <returns></returns>
    public ResultMsg CreateQR(string PathUrl, string OutFile, int Width = 430)
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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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
1.0.4 138 5/12/2023
1.0.3 405 5/13/2022
1.0.2 385 4/21/2022
1.0.1 386 3/25/2022