From 527d744adcbd3368944a3c604e552c852fc61173 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 12 Jul 2024 12:10:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/task/svc/svc_kuaishou_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/task/svc/svc_kuaishou_order.go b/app/task/svc/svc_kuaishou_order.go index 32955ef..db4103b 100644 --- a/app/task/svc/svc_kuaishou_order.go +++ b/app/task/svc/svc_kuaishou_order.go @@ -146,7 +146,7 @@ func OrdersKuaishouGet(nextPositionIndex string, pageSize int, sTime, eTime int6 if strings.Contains(v1.Comments, "official_") == false { continue } - if utils.InArr(v1.Comments, []string{"official_s_402475"}) { + if utils.InArr(utils.IntToStr(v1.Oid), []string{"2419200046591958"}) { v1.Comments = v1.Comments + "_24336737" } v1.Comments = strings.ReplaceAll(v1.Comments, "official_", "")