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