postman:md5加密后转大写

CryptoJS.MD5(signString).toString().toUpperCase()

md5后要  转成字符串 toString()

原文地址:https://www.cnblogs.com/wdlrup/p/15331450.html