You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zongzhilinglan/pkg/Senparc.Weixin.WxOpen
温天培 467128866b
小程序支付
2 years ago
..
src 小程序支付 2 years ago
小程序资料 小程序支付 2 years ago
.gitattributes 小程序支付 2 years ago
.gitignore 小程序支付 2 years ago
.travis.yml 小程序支付 2 years ago
LICENSE 小程序支付 2 years ago
README.md 小程序支付 2 years ago

README.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

微信小程序 C# SDK

Build Status

此项目基于 Senparc.Weixin SDK 开发,由于微信小程序的呈现和互动方式相对独立,并且后期会配套对应的优化方案,因此独立成一个库。

此库用途

  1. 作为微信小程序的SDK主要提供对所有微信小程序的服务器端API对接能力
  2. 对小程序的各项功能进行深度优化如常规通讯、WebSocket等等
  3. 发布小程序的重要信息及新闻
  4. 发布小程序的教程等其他资源

如何使用此库?

此库基于 Senparc.Weixin.MP 开发,服务器后端的安装和使用可以参考 Senparc.Weixin SDK,其中有 Sample项目 此处为在线Demohttp://sdk.weixin.senparc.com/

如何使用 Nuget 安装?

PM> Install-Package Senparc.Weixin.WxOpen

资料

https://github.com/JeffreySu/WxOpen/tree/master/小程序资料