update errorManager
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
module.exports = {
|
||||
// client error
|
||||
CE0000: '請輸入參數',
|
||||
CE0001: '請輸入帳號',
|
||||
CE0002: '請輸入密碼',
|
||||
CE0003: '使用者帳號或密碼錯誤',
|
||||
|
||||
// server error
|
||||
SE0000: '資料查詢失敗',
|
||||
SE0001: '資料新增失敗',
|
||||
SE0002: '資料更新失敗',
|
||||
SE0003: '資料刪除失敗'
|
||||
}
|
||||
Reference in New Issue
Block a user