GithubHelp home page GithubHelp logo

postman-pre-request-rsasign's Introduction

postman-pre-request-rsasign

签名策略

签名的字符串:${developerRn}${now}${nonce}

字段解释

now = 当前时间戳
nonce = 12 位随机字符串
developerRn = 开发者资源名(纯字符串)

// 如需修改签名策略,可手动修改源码拼接字符串部份的逻辑

操作指南

第一步:

复制如下内容 ⬇️ 到 postman header 中
代码

developerRn:{{developerRn}}
nonce:{{nonce}}
signature:{{signature}}
timestamp:{{timestamp}}
Content-Type:application/json

demo1

第二步:

复制下面内容到 postman pre-request Script 中
复制 private key 到代码中
复制 developer rn 到代码中
demo2

第三步:

把请求和签名无关的所有参数填入 postman
点击 send 发送请求

postman-pre-request-rsasign's People

Contributors

zhaotongmeican avatar tyreezhao avatar

Stargazers

Zitao avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.