瀏覽代碼

更新

master
huangjiajun 3 月之前
父節點
當前提交
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()


Loading…
取消
儲存