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.
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 ](https://travis-ci.org/JeffreySu/WxOpen.svg?branch=master )](https://travis-ci.org/JeffreySu/WxOpen)
此项目基于 [Senparc.Weixin SDK ](https://github.com/JeffreySu/WeiXinMPSDK ) 开发,由于微信小程序的呈现和互动方式相对独立,并且后期会配套对应的优化方案,因此独立成一个库。
## 此库用途
1. 作为微信小程序的SDK, 主要提供对所有微信小程序的服务器端API对接能力
2. 对小程序的各项功能进行深度优化( 如常规通讯、WebSocket等等)
3. 发布小程序的重要信息及新闻
4. 发布小程序的教程等其他资源
## 如何使用此库?
此库基于 Senparc.Weixin.MP 开发,服务器后端的安装和使用可以参考 [Senparc.Weixin SDK ](https://github.com/JeffreySu/WeiXinMPSDK ),其中有 [Sample项目 ](https://github.com/JeffreySu/WeiXinMPSDK/tree/master/src/Senparc.Weixin.MP.Sample/Senparc.Weixin.MP.Sample ),
此处为在线Demo: http://sdk.weixin.senparc.com/
## 如何使用 Nuget 安装?
* 微信小程序 Nuget 地址: https://www.nuget.org/packages/Senparc.Weixin.WxOpen
* 命令:
```
PM> Install-Package Senparc.Weixin.WxOpen
```
## 资料
https://github.com/JeffreySu/WxOpen/tree/master/小程序资料