Git Product home page Git Product logo

hello-interface-idempotent's Introduction

hello-interface-idempotent

基于 Redis + Token 实现 API 接口的幂等性校验。

工作原理

创建一个唯一标识 token 并存入 redis,当请求接口时,将此 token 放到 header 或者作为请求参数请求接口,后端接口判断 redis 中是否存在此 token:

  • 如果存在,正常处理业务逻辑,并从 redis 中删除此 token,那么如果是重复请求,由于 token 已被删除,则不能通过校验,返回请勿重复操作提示
  • 如果不存在,说明参数不合法或者是重复请求,返回提示即可

hello-interface-idempotent's People

Contributors

leifchen avatar

Stargazers

 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.