This commit is contained in:
2024-08-10 20:35:02 +08:00
parent 88233c58e3
commit 90f6ed0bc3
50 changed files with 5333 additions and 0 deletions

View File

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