C# Class Example.Example.RedEnvelopeDemo

Show file Open project: PingPlusPlus/pingpp-csharp

Public Methods

Method Description
Example ( string appId ) : RedEnvelope

本示例只介绍如何发送红包请求,以及如何查询指定 RedEnvelope 对象和 RedEnvelope 列表, 获取到了 RedEnvelope 对象后,不需要客户端做任何处理,指定的用户会在微信客户端收到红包消息

Method Details

Example() public static method

本示例只介绍如何发送红包请求,以及如何查询指定 RedEnvelope 对象和 RedEnvelope 列表, 获取到了 RedEnvelope 对象后,不需要客户端做任何处理,指定的用户会在微信客户端收到红包消息
public static Example ( string appId ) : RedEnvelope
appId string
return Pingpp.Models.RedEnvelope