C# Class ForWeChat.BasicApi

Afficher le fichier Open project: huoqishi/Code-Library

Méthodes publiques

Méthode Description
CheckSignature ( string token, string signature, string timestamp, string nonce ) : bool

验证微信签名

Method Details

CheckSignature() public méthode

验证微信签名
public CheckSignature ( string token, string signature, string timestamp, string nonce ) : bool
token string
signature string
timestamp string
nonce string
Résultat bool