diff --git a/pkg/service/account/account.go b/pkg/service/account/account.go index 44db632b..8c1a1fc5 100644 --- a/pkg/service/account/account.go +++ b/pkg/service/account/account.go @@ -330,7 +330,7 @@ func SendMsg(c *gin.Context) { req.Project = "fiee" req.TelNum = req.Zone + req.TelNum //todo 审核使用账号 - if req.TelNum == "8618888888888" { + if req.TelNum == "8618888888888" || req.TelNum == "8613580848136" { service.Success1(c, "发送成功", &account.SendMsgStatusResponse{}) return }