UNPKG

wxpay-slim

Version:

微信支付轻量包,使用 ES2017 async functions 来操作微信支付,接口名称与官方接口对应,轻松上手,文档齐全

5 lines (4 loc) 142 B
const crypto = require('crypto'); module.exports = function (content) { return crypto.createHash('md5').update(content).digest('hex'); };