Skip to content

First-unknow/ExpressUpdatePoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXPRESS UPDATE POINT

Install dependencies

if use yarn

$ yarn install 

if use npm

$ npm install

Develop environment at localhost:7000

if use yarn

$ yarn start

if use npm

$ npm run start

API

Update Point

https://${url}/updatePoint

Request Body

  {
    "memberId": "",
    "productCode": "",
    "terminalId": "",
    "volumn": "",
    "price": ""
  }

Method

POST

Success Response


  • Code: 202 ACCEPTED
  • Content:
  {
    "memberId": "",
    "productName": "",
    "receivePoint": number 
  }

Error Response

  • Code: 400 Bad Request
  • Code: 403 Forbidden
  • Code: 404 NOT FOUND

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published