From 5081b26e25874eef9134e758683ac278bfb96d3a Mon Sep 17 00:00:00 2001 From: JNG <365252428@qq.com> Date: Fri, 16 Jan 2026 16:31:26 +0800 Subject: [PATCH] Update account.go --- pkg/service/account/account.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/service/account/account.go b/pkg/service/account/account.go index b1e2b82..e993d88 100644 --- a/pkg/service/account/account.go +++ b/pkg/service/account/account.go @@ -337,7 +337,7 @@ func SendMsg(c *gin.Context) { //cache.RedisClient.Incr(minutekey) // ============================== redis检查ip结束 //todo 审核使用账号 - if req.TelNum == "18888888888" { + if req.TelNum == "8618888888888" { service.Success1(c, "发送成功", &account.SendMsgStatusResponse{}) return }