From 429ad1824315943e584ad6dd0b945706600f3ac0 Mon Sep 17 00:00:00 2001 From: zhangjie Date: Sun, 23 Apr 2023 13:36:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6=20?= =?UTF-8?q?=E6=9C=AA=E5=8B=BE=E9=80=89=E5=BC=82=E7=95=8C=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=EF=BC=8C=E5=8D=B4=E5=B8=A6=E4=B8=8A=E4=BA=86=E5=BC=82=E7=95=8C?= =?UTF-8?q?=E5=B1=9E=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- console/biz/gm/service/email.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console/biz/gm/service/email.go b/console/biz/gm/service/email.go index b8edafe..78cb874 100644 --- a/console/biz/gm/service/email.go +++ b/console/biz/gm/service/email.go @@ -30,7 +30,7 @@ func SendEmail(characNo int, email *Email) error { dbx.Table("letter").Where("charac_no = ?", characNo).Order("letter_id desc").Take(&data) //fmt.Println(123, data.LetterId) - amplifyOption := 3 + amplifyOption := 0 amplifyValue := 0 if email.IsAmplify { amplifyOption = email.AmplifyOption