美文网首页日常积累小问题
postman中时间戳和md5

postman中时间戳和md5

作者: LeslieFind | 来源:发表于2019-04-25 12:31 被阅读0次

    image.png

    postman.setGlobalVariable("timestamp",Math.round(new Date().getTime()));
    var strmd5 = CryptoJS.MD5(str); str 是拼接好的字符

    相关文章

      网友评论

        本文标题:postman中时间戳和md5

        本文链接:https://www.haomeiwen.com/subject/vcwagqtx.html