This commit is contained in:
Jay 2017-06-05 22:37:48 +08:00
parent e094b97f10
commit 60cfc0d97d
2 changed files with 10 additions and 0 deletions

View File

@ -159,6 +159,7 @@ router
c.serr = err;
throw 'SE0005';
}
c.body = {
record: []
}

View File

@ -18,4 +18,13 @@ module.exports = {
SE0002: '資料更新失敗',
SE0003: '資料刪除失敗',
SE0005: '快取資料設定失敗',
// email template
mail: {
fotogtpass: {
title: '忘記密碼信件',
text: '',
html: ''
}
}
}