From b502d3eced78b15cd936a078c0358ccd7c5a9bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=80=E5=B0=BC=E9=BE=9F?= <365252428@qq.com> Date: Tue, 11 Mar 2025 20:14:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/service/account/account.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/service/account/account.go b/pkg/service/account/account.go index c155d54..0acf62c 100644 --- a/pkg/service/account/account.go +++ b/pkg/service/account/account.go @@ -92,6 +92,7 @@ func SendMsg(c *gin.Context) { }) if err != nil { service.Error(c, err) + return } req.Project = "fiee" req.TelNum = req.Zone + req.TelNum