@@ -84,6 +84,7 @@ class UpdateAccount extends API {
await EmailTemplate.updateSuccess(findRows[0].email, emailData)
}
} catch (error) {
+ this.logger.error(`更新用户信息时出错。${error.stack}`)
return res.json({
...BaseStdResponse.ERR,
msg: '更新用户信息失败,请重试'