Sfoglia il codice sorgente

Merge branch 'index_tab' into debug

hsun 2 anni fa
parent
commit
64cd9634b8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      logic/user/user.go

+ 1 - 1
logic/user/user.go

@@ -491,7 +491,7 @@ func PcSendEmailCode(email string) (err error, errMsg string) {
 		}
 		err = item.Create()
 	} else {
-		err = errors.New("发送失败,Err:" + err.Error())
+		err = errors.New("发送失败")
 	}
 
 	return