C# Class Senparc.Weixin.MP.Entities.Request.PostModel

微信公众服务器Post过来的加密参数集合(不包括PostData)
Inheritance: EncryptPostModel
Show file Open project: JeffreySu/WeiXinMPSDK Class Usage Examples

Public Methods

Method Description
SetSecretInfo ( string token, string encodingAESKey, string appId ) : void

设置服务器内部保密信息

Method Details

SetSecretInfo() public method

设置服务器内部保密信息
public SetSecretInfo ( string token, string encodingAESKey, string appId ) : void
token string
encodingAESKey string
appId string
return void