• This project
    • Loading...
  • Sign in

fe / yoho-blk · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 1
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yoho-blk
  • config
  • response-code.js
  • update for re add goods to cart
    9afb4a28
    by biao
    2016-07-18 15:05:38 +0800  
    Browse Files
response-code.js 125 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7
module.exports = {
    success: 200,
    notModified: 304,
    notFound: 404,
    badRequest: 400,
    internalError: 500
};