From 7fa95a0c868b7484260aef8f35d42d3aefb9bda9 Mon Sep 17 00:00:00 2001 From: huangjiajun <582604932@qq.com> Date: Fri, 31 May 2024 17:51:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E6=96=B9=E6=8A=96=E5=AE=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tik_tok/order.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tik_tok/order.go b/tik_tok/order.go index 462becc..598f795 100644 --- a/tik_tok/order.go +++ b/tik_tok/order.go @@ -101,6 +101,9 @@ func CsjpCommOrder(v interface{}, statusArr map[string]string, types string) map if len(split) == 3 { tmp["mid"] = split[2] } + if len(split) == 4 { + tmp["team_type"] = split[3] + } } tmp["commission"] = zhios_third_party_utils.AnyToString(zhios_third_party_utils.AnyToFloat64(goods["estimated_commission"]) / 100) if zhios_third_party_utils.AnyToFloat64(goods["ads_real_commission"]) > 0 {