Files
tonePage/Server/STANDARDRESPONSE.ts
2024-08-10 20:35:02 +08:00

10 lines
145 B
TypeScript

export default {
OK: {
code: 0,
msg: 'ok'
},
SERVER_ERROR: {
code: -1,
msg: '服务器错误'
}
}