Alice52 / project

This repository is muti language and tech integration project.
MIT License
0 stars 0 forks source link

[sekill] click seckill many time will throw error exception #13

Closed Alice52 closed 4 years ago

Alice52 commented 4 years ago
  1. if click seckill api more than 10 time, and only first time success, then will throw follow exception

    {
        "errorCode": 500502,
        "errorMsg": "this goods seckill over",
        "parameters": null
    }
  2. and this exception is not expected

    • expected exception
      {
      "errorCode": 500501,
      "errorMsg": "this user has already sec kill success",
      "parameters": null
      }