huangjiajun 3 месяцев назад
Родитель
Сommit
26714b9c78
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      app/task/svc/svc_meituan_order.go

+ 3
- 0
app/task/svc/svc_meituan_order.go Просмотреть файл

@@ -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()


Загрузка…
Отмена
Сохранить