View Source WeChat.ServerMessage.Encryptor (wechat v0.10.2)
消息加解密
Link to this section Summary
Link to this section Types
Link to this section Functions
@spec decrypt(encrypted_message(), aes_key()) :: {WeChat.appid(), message()}
@spec encrypt(message(), WeChat.appid(), aes_key()) :: encrypted_message()