浏览代码

抖音穿山甲

master
huangjiajun 9 个月前
父节点
当前提交
9b69613f79
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      csjplatform/order.go

+ 1
- 0
csjplatform/order.go 查看文件

@@ -14,6 +14,7 @@ func OrderList(args map[string]string) map[string]interface{} {
"start_time": zhios_third_party_utils.StrToInt(args["start_time"]),
"end_time": zhios_third_party_utils.StrToInt(args["end_time"]),
"time_type": args["time_type"],
"order_type": args["order_type"],
}
if args["order_ids"] != "" {
params["order_ids"] = strings.Split(args["order_ids"], ",")


正在加载...
取消
保存