获取时间戳方法:
postman.setGlobalVariable("timestamp",Math.round(new Date().getTime())); 这整句是获取时间戳并设置为全局变量
md5加密方法:
var strmd5 = CryptoJS.MD5(str); str 是拼接好的字符
参考:http://www.51testing.com/html/30/n-3722830.html
获取时间戳方法:
postman.setGlobalVariable("timestamp",Math.round(new Date().getTime())); 这整句是获取时间戳并设置为全局变量
md5加密方法:
var strmd5 = CryptoJS.MD5(str); str 是拼接好的字符
参考:http://www.51testing.com/html/30/n-3722830.html
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。