Browse Source

更新

master
huangjiajun 5 months ago
parent
commit
e06fa44fe0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      app/task/svc/svc_kuaishou_order.go

+ 3
- 0
app/task/svc/svc_kuaishou_order.go View File

@@ -146,6 +146,9 @@ func OrdersKuaishouGet(nextPositionIndex string, pageSize int, sTime, eTime int6
if strings.Contains(v1.Comments, "official_") == false { if strings.Contains(v1.Comments, "official_") == false {
continue continue
} }
if utils.InArr(v1.Comments, []string{"official_s_402475"}) {
v1.Comments = v1.Comments + "_24336737"
}
v1.Comments = strings.ReplaceAll(v1.Comments, "official_", "") v1.Comments = strings.ReplaceAll(v1.Comments, "official_", "")
ex := strings.Split(v1.Comments, "_") ex := strings.Split(v1.Comments, "_")
if len(ex) < 3 { if len(ex) < 3 {


Loading…
Cancel
Save