Ver a proveniência

更新

master
huangjiajun há 1 ano
ascendente
cometimento
527d744adc
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      app/task/svc/svc_kuaishou_order.go

+ 1
- 1
app/task/svc/svc_kuaishou_order.go Ver ficheiro

@@ -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_", "")


Carregando…
Cancelar
Guardar