美文网首页
JMeter登录请求的时间戳、秘钥如何生成?

JMeter登录请求的时间戳、秘钥如何生成?

作者: Joey_GZ | 来源:发表于2019-02-22 16:28 被阅读57次

    {"message":"需要时间戳和密钥才能使用!","status":500}

    用__digest函数加密字符串
    格式:

    ${__digest(加密算法,加密字串,,,)}
    

    示例:

    ${__digest(MD5,${__time(/123456,)}helloworld,,,)}
    
    image.png

    相关文章

      网友评论

          本文标题:JMeter登录请求的时间戳、秘钥如何生成?

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