update
This commit is contained in:
parent
e094b97f10
commit
60cfc0d97d
@ -159,6 +159,7 @@ router
|
|||||||
c.serr = err;
|
c.serr = err;
|
||||||
throw 'SE0005';
|
throw 'SE0005';
|
||||||
}
|
}
|
||||||
|
|
||||||
c.body = {
|
c.body = {
|
||||||
record: []
|
record: []
|
||||||
}
|
}
|
||||||
|
@ -18,4 +18,13 @@ module.exports = {
|
|||||||
SE0002: '資料更新失敗',
|
SE0002: '資料更新失敗',
|
||||||
SE0003: '資料刪除失敗',
|
SE0003: '資料刪除失敗',
|
||||||
SE0005: '快取資料設定失敗',
|
SE0005: '快取資料設定失敗',
|
||||||
|
|
||||||
|
// email template
|
||||||
|
mail: {
|
||||||
|
fotogtpass: {
|
||||||
|
title: '忘記密碼信件',
|
||||||
|
text: '',
|
||||||
|
html: ''
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user