Senparc.Weixin.MP.P2P 5.5.0

dotnet add package Senparc.Weixin.MP.P2P --version 5.5.0
NuGet\Install-Package Senparc.Weixin.MP.P2P -Version 5.5.0
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="Senparc.Weixin.MP.P2P" Version="5.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Senparc.Weixin.MP.P2P --version 5.5.0
#r "nuget: Senparc.Weixin.MP.P2P, 5.5.0"
#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 Senparc.Weixin.MP.P2P as a Cake Addin
#addin nuget:?package=Senparc.Weixin.MP.P2P&version=5.5.0

// Install Senparc.Weixin.MP.P2P as a Cake Tool
#tool nuget:?package=Senparc.Weixin.MP.P2P&version=5.5.0

微信公众账号P2P平台SDK。
开源项目地址:https://github.com/JeffreySu/WeixinMPSDK.P2PSDK

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.5.0 314 10/7/2014
5.4.0 92 6/20/2014
5.3.0 53 5/6/2014
5.2.0 57 10/7/2014
5.1.3 55 1/15/2014
5.1.2 51 1/6/2014
5.1.1 51 12/20/2013
5.1.0 49 12/20/2013
5.0.0 53 12/12/2013
4.2.2 50 11/26/2013
4.2.1 48 11/26/2013
4.2.0 48 11/24/2013
4.1.3 49 11/22/2013
4.1.2 71 11/20/2013
4.1.1 71 11/7/2013
4.1.0 73 11/6/2013
4.0.0 79 10/30/2013

从2013年11月20日起,微信后台不再显示用户名,因此无法得到用户名去用“预览”的形式发送图文信息。您可以先使用固定的用户名(如自己的),发送成功后,用得到的AppMsgId,推送到对方的fakeid(s),而不是username(s)。

另外,自2013年11月22日起,24小时内没有回复消息的用户无法主动推送信息。


v4.2为Fakeid绑定方法(FriendApi.BindFakeidOpenid)添加了一个临时自定义P2PBrdigeUrl的参数,可以取代网站后台设置的P2PBrdigeUrl(共用Token)

v5.1添加营销工具中用户信息获取结果中的FakeId

v5.0.0 添加了微信营销工具的接口,后续会逐步添加更多

v5.5.0 全面升级Senparc.Weixin SDK