From fb210a72cf2f1ecb80909958369fae48f45ad06f Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 29 Aug 2023 17:51:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E9=97=A8banner=EF=BC=9A10351=E9=BA=BB?= =?UTF-8?q?=E7=83=A6=E5=8A=A0=E4=B8=8A=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- route/group_r/group_info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/group_r/group_info.go b/route/group_r/group_info.go index 8cf0273..e8ed6e3 100644 --- a/route/group_r/group_info.go +++ b/route/group_r/group_info.go @@ -848,7 +848,7 @@ func GroupBannerList(c *gin.Context) (*mycontext.MyContext, error) { } // 版本控制 if !allow && (v.ID == 2301 || v.ID == 4711 || v.ID == 2321 || v.ID == 5341 || v.ID == 5331 || v.ID == 5631 || v.ID == 5471 || - v.ID == 5461 || v.ID == 5771 || v.ID == 5811 || v.ID == 5881 || v.ID == 8781) { + v.ID == 5461 || v.ID == 5771 || v.ID == 5811 || v.ID == 5881 || v.ID == 8781 || v.ID == 10351) { model.Log.Infof("CompareVersion appVersion:%v,auditVersion:%v,allow:%v,err:%v,skip top recharge", appVersion, vc.AuditVersion, allow, err) continue } -- 2.22.0