0.1.7 • Published 8 years ago

wechat-msg-crypt v0.1.7

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

#wechat-msg-crypt

wx = require 'wechat-msg-crypt'

wx = new WxMsg token, aesKey, appId

wx.decryptMsg msg_signature, timestamp, nonce, xml, (err, msg) ->
  assert.equal msg.ToUserName, 'gh_c6cd7f443d76'
  assert.equal msg.FromUserName, 'oZ9F-jsydU2FZRVDQMYZ8rV4hrOU'
  assert.equal msg.CreateTime, 1427612890
  assert.equal msg.MsgType, 'text'
  assert.equal msg.Content, 'dev'
  assert.equal msg.MsgId, '6131550674102361012'

wx.encryptMsg timestamp, nonce, msg
0.1.7

8 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago