This commit is contained in:
Jay 2018-08-15 20:05:08 +08:00
parent 15b54b9c87
commit 62fc0bb4eb

View File

@ -13,6 +13,22 @@ module.exports = {
message: 'input data format error'
}
},
NotLogin: {
status: 401,
obj: {
status: 401,
message: 'login first'
}
},
NotFound: {
status: 404,
obj: {
status: {
status: 404,
message: 'not found'
}
}
},
InternalError: {
status: 500,
obj: {