vtils

Home > x > WechatMessageCrypto

WechatMessageCrypto class

微信公众号消息加解密。

Signature:

export declare class WechatMessageCrypto 

Constructors

Constructor Modifiers Description
(constructor)(options)   Constructs a new instance of the WechatMessageCrypto class

Methods

Method Modifiers Description
checkSignature(signature, payload)   检查签名是否正确。
decryptEncryptedMsg(encryptedMsg)   解密加密后的消息。
decryptEncryptedMsgAsXml(encryptedMsg)   解密加密后的消息并作为 XML 解码返回。
encryptMsg(msg)   加密原始消息。
sign(options)   签名。
signEncryptedMsg(encryptedMsg)   签名加密后的消息。
signEncryptedMsgAsXml(encryptedMsg)   签名加密后的消息并返回封装好的 XML。