let CryptoJS = require('crypto-js')
let signStr = 'xxxx'
let returnStr = CryptoJS.MD5(signStr).toString()
05-02 23:06