git init
This commit is contained in:
10
Server/STANDARDRESPONSE.ts
Normal file
10
Server/STANDARDRESPONSE.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export default {
|
||||
OK: {
|
||||
code: 0,
|
||||
msg: 'ok'
|
||||
},
|
||||
SERVER_ERROR: {
|
||||
code: -1,
|
||||
msg: '服务器错误'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user