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

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

Méthodes publiques

Méthode Description
SetSecretInfo ( string token, string encodingAESKey, string appId ) : void

设置服务器内部保密信息

Method Details

SetSecretInfo() public méthode

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