This commit is contained in:
geek 2017-06-27 09:20:47 +09:00
parent f93fbeea2f
commit abf8d533de

View File

@ -188,7 +188,6 @@ func (es *EmailService) CheckAuthURL(e *Email) bool {
func (es *EmailService) modifyEmailAuth(e *Email) {
proxy.InvokeDB("emailAuth", "update", emMap)
re, err := utils.InvokeDBByModel("emailAuth", "save", e, utils.MODEL_EMAIL_AUTH)
if err != nil {