Kaynağa Gözat

更新

master
huangjiajun 3 ay önce
ebeveyn
işleme
26714b9c78
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      app/task/svc/svc_meituan_order.go

+ 3
- 0
app/task/svc/svc_meituan_order.go Dosyayı Görüntüle

@@ -110,6 +110,9 @@ func OrdersMeituanGet(nextPositionIndex string, pageSize int, sTime, eTime int64
"platform": pvd,
"scrollId": nextPositionIndex,
}
if pvd == 2 {
arg["businessLine"] = []string{"1", "3", "2", "4", "5", "6", "15"}
}
method1 := "query_order"
send, err := meituan_cps.Send(method1, key, secret, arg)
goods := gjson.Get(send, "data.dataList").String()


Yükleniyor…
İptal
Kaydet