Merge branch 'jng' into dev

This commit is contained in:
JNG 2026-01-16 16:31:31 +08:00
commit 7bb508ab4a

View File

@ -337,7 +337,7 @@ func SendMsg(c *gin.Context) {
//cache.RedisClient.Incr(minutekey) //cache.RedisClient.Incr(minutekey)
// ============================== redis检查ip结束 // ============================== redis检查ip结束
//todo 审核使用账号 //todo 审核使用账号
if req.TelNum == "18888888888" { if req.TelNum == "8618888888888" {
service.Success1(c, "发送成功", &account.SendMsgStatusResponse{}) service.Success1(c, "发送成功", &account.SendMsgStatusResponse{})
return return
} }